NFS: Drop inode after rename
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 25 Aug 2005 23:25:34 +0000 (16:25 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:37:58 +0000 (12:37 -0400)
commit20509f1bc553ed7fafa88fa8d01c6212d1876d9f
treeda10ad62009995269dc0733a254a0bc1f6293aa2
parent12f44f46bc9c6dc79255e661b085797af395d8da
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 <Trond.Myklebust@netapp.com>
fs/nfs/dir.c