cifs: fix renaming one hardlink on top of another
authorJeff Layton <jlayton@redhat.com>
Mon, 3 Nov 2008 19:05:08 +0000 (14:05 -0500)
committerSteve French <sfrench@us.ibm.com>
Mon, 3 Nov 2008 18:31:05 +0000 (18:31 +0000)
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>

No differences found