aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@redhat.com>2014-07-31 16:10:08 -0400
committerJ. Bruce Fields <bfields@redhat.com>2014-08-01 16:28:16 -0400
commit83e452fee81cf67a8e08fd843291a7cff62a3dc7 (patch)
tree341a4cb41ecb5d0e56d95439938391ece5a0554f
parentd9499a95716db0d4bc9b67e88fd162133e7d6b08 (diff)
nfsd4: fix out of date comment
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
-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 73a209dc352b..0b234500f104 100644
--- a/fs/nfsd/state.h
+++ b/fs/nfsd/state.h
@@ -345,7 +345,7 @@ struct nfs4_stateowner {
345 struct list_head so_stateids; 345 struct list_head so_stateids;
346 struct nfs4_client *so_client; 346 struct nfs4_client *so_client;
347 const struct nfs4_stateowner_operations *so_ops; 347 const struct nfs4_stateowner_operations *so_ops;
348 /* after increment in ENCODE_SEQID_OP_TAIL, represents the next 348 /* after increment in nfsd4_bump_seqid, represents the next
349 * sequence id expected from the client: */ 349 * sequence id expected from the client: */
350 atomic_t so_count; 350 atomic_t so_count;
351 u32 so_seqid; 351 u32 so_seqid;