From: J. Bruce Fields Date: Thu, 31 Jul 2014 20:10:08 +0000 (-0400) Subject: nfsd4: fix out of date comment X-Git-Tag: android-x86-4.4-r2~664^2~39 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=83e452fee81cf67a8e08fd843291a7cff62a3dc7;p=android-x86%2Fkernel.git nfsd4: fix out of date comment Signed-off-by: J. Bruce Fields --- 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 { struct list_head so_stateids; struct nfs4_client *so_client; const struct nfs4_stateowner_operations *so_ops; - /* after increment in ENCODE_SEQID_OP_TAIL, represents the next + /* after increment in nfsd4_bump_seqid, represents the next * sequence id expected from the client: */ atomic_t so_count; u32 so_seqid;