From: Trond Myklebust Date: Mon, 20 Mar 2006 18:44:03 +0000 (-0500) Subject: NFS: Fix a busy inodes issue... X-Git-Tag: v2.6.17-rc1~667^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b92dccf65bab3b6b7deb79ff3321dc256eb0f53b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed