commit | b92dccf65bab3b6b7deb79ff3321dc256eb0f53b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:03 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:03 2006 -0500 |
tree | 78a1436441bdfc1c2cc7928d9fdff50c0579013f | |
parent | 7705a8792b0fc82fd7d4dd923724606bbfd9fb20 [diff] |
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: Trond Myklebust <Trond.Myklebust@netapp.com>