[pnfs] [PATCH 10/20] SQUASHME: nfsd41: fix use of struct nfs4_sessionid in struct nfs41_session
Benny Halevy
bhalevy at panasas.com
Tue Nov 18 12:28:31 EST 2008
Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
include/linux/nfsd/state.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h
index 03aaba4..81f85ac 100644
--- a/include/linux/nfsd/state.h
+++ b/include/linux/nfsd/state.h
@@ -147,16 +147,13 @@ struct nfs41_slot {
struct nfs41_cache_entry sl_cache_entry;
};
-/*
- * nfs41_session
- */
struct nfs41_session {
struct kref se_ref;
struct list_head se_hash; /* hash by sessionid_t */
struct list_head se_perclnt;
u32 se_flags;
struct nfs4_client *se_client; /* for expire_client */
- nfs41_sessionid se_sessionid;
+ struct nfs4_sessionid se_sessionid;
struct nfs41_channel se_forward;
struct nfs41_slot *se_slots; /* forward channel slots */
};
--
1.6.0.2
More information about the pNFS
mailing list