summaryrefslogtreecommitdiff
path: root/fs/nfsd/state.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2011-09-23 21:20:02 (GMT)
committerJ. Bruce Fields <bfields@redhat.com>2011-09-26 21:35:25 (GMT)
commit2a74aba799bfbc02977b69400b7bf4d2850aea79 (patch)
treed1119f4dbcd05087f7c2ba10203d6842e4252655 /fs/nfsd/state.h
parent8335ebd94b3f5bed7875cc35848bbe46d8381695 (diff)
downloadlinux-fsl-qoriq-2a74aba799bfbc02977b69400b7bf4d2850aea79.tar.xz
nfsd4: move client * to nfs4_stateid, add init_stid helper
This will be convenient. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r--fs/nfsd/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h
index da68bf6..70062b7 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -81,6 +81,7 @@ struct nfs4_stid {
unsigned char sc_type;
struct list_head sc_hash;
stateid_t sc_stateid;
+ struct nfs4_client *sc_client;
};
struct nfs4_delegation {
@@ -88,7 +89,6 @@ struct nfs4_delegation {
struct list_head dl_perclnt;
struct list_head dl_recall_lru; /* delegation recalled */
atomic_t dl_count; /* ref count */
- struct nfs4_client *dl_client;
struct nfs4_file *dl_file;
u32 dl_type;
time_t dl_time;