commit | ae6884a9da56f8921e432e663b4ccb4a1851b2ea | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Nov 03 14:05:08 2008 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Mon Nov 03 18:31:05 2008 +0000 |
tree | ec80aca419ad61b7585ef0da64fac4d968ced224 | |
parent | 61de800d33af585cb7e6f27b5cdd51029c6855cb [diff] |
cifs: fix renaming one hardlink on top of another cifs: fix renaming one hardlink on top of another POSIX says that renaming one hardlink on top of another to the same inode is a no-op. We had the logic mostly right, but forgot to clear the return code. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>