diff options
author | Nikolay Borisov <[email protected]> | 2016-08-16 23:00:16 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-08-16 15:30:20 -0700 |
commit | 8658115c19f84b30d68402c32a33a2157c97e4f1 (patch) | |
tree | c26f5c5515bec93c6e365798a62e5c283c149a01 /include | |
parent | d9eea113f8b8988a8ec4f9c73b717c7311322348 (diff) |
Fix do_link portion of ctime test
From the man page of dirname: " Both dirname() and basename()
may modify the contents of path, so it may be desirable to pass
a copy when calling one of these functions." And in fact on linux
using dirname actually changes the contents of the passed parameter as
evident from the following failure when running the ctime test:
link(/root/zfs-mount, /root/zfs-mount/link_file)
Fix this by creating a copy of the input parameter and passing that
to dirname, thus not compromising the original parameter, allowing
the creation of hard link to succeed.
Signed-off-by: Nikolay Borisov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4977
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions