NFS: Convert struct nfs_open_context to use a kref

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust 2007-06-17 16:02:44 -04:00
commit 3bec63db55
2 changed files with 25 additions and 18 deletions

View file

@ -30,6 +30,7 @@
#ifdef __KERNEL__
#include <linux/in.h>
#include <linux/kref.h>
#include <linux/mm.h>
#include <linux/namei.h>
#include <linux/pagemap.h>
@ -70,7 +71,7 @@ struct nfs_access_entry {
struct nfs4_state;
struct nfs_open_context {
atomic_t count;
struct kref kref;
struct path path;
struct rpc_cred *cred;
struct nfs4_state *state;