• T
    NFS: Fix a busy inodes issue... · b92dccf6
    Trond Myklebust 提交于
    The nfs_open_context may live longer than the file descriptor that spawned
    it, so it needs to carry a reference to the vfsmount. If not, then
    generic_shutdown_super() may end up being called before reads and writes
    have been flushed out.
    
    Make a couple of functions static while we're at it...
    Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
    b92dccf6
inode.c 59.7 KB