From: Trond Myklebust Date: Thu, 25 Aug 2005 23:25:34 +0000 (-0700) Subject: NFS: Drop inode after rename X-Git-Tag: v2.6.15-rc1~733^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20509f1bc553ed7fafa88fa8d01c6212d1876d9f;p=pandora-kernel.git NFS: Drop inode after rename When doing a rename on top of an existing file that is not in use, the inode of the overwritten file will remain in the icache. The fix is to decrement i_nlink of the overwritten inode, like we do for unlink, rmdir etc already. Problem diagnosed by Olaf Kirch. This patch is a slight variation on his fix. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed