From: Jeff Layton Date: Mon, 3 Nov 2008 19:05:08 +0000 (-0500) Subject: cifs: fix renaming one hardlink on top of another X-Git-Tag: v2.6.28-rc4~89^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6884a9da56f8921e432e663b4ccb4a1851b2ea;p=pandora-kernel.git 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 Signed-off-by: Steve French --- Reading git-diff-tree failed