NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid
authorKinglong Mee <kinglongmee@gmail.com>
Thu, 24 Sep 2015 12:57:37 +0000 (20:57 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Oct 2015 20:49:23 +0000 (15:49 -0500)
commit590184a6cea32c1f864a8e614f44e35a81a53fe0
tree1097243d9a222f7352e147ac58562751ce20613b
parent39de493e8801812cae076a02d84b4f80b88f94b9
NFS: Use NFS4_MAX_SESSIONID_LEN directly for decode/encode sessionid

It's no need to define a temporary variables for NFS4_MAX_SESSIONID_LEN.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback_xdr.c