Skip to content
Commit 20509f1b authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 12f44f46
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment