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

NFS: Fix a busy inodes issue...



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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 7705a879
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