1. 24 9月, 2005 1 次提交
    • T
      NFS: Drop inode after rename · 20509f1b
      Trond Myklebust 提交于
       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: NTrond Myklebust <Trond.Myklebust@netapp.com>
      20509f1b
  2. 23 9月, 2005 39 次提交