NFS: Return directly if encode_sessionid fail
authorKinglong Mee <kinglongmee@gmail.com>
Thu, 24 Sep 2015 12:58:38 +0000 (20:58 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Oct 2015 20:49:23 +0000 (15:49 -0500)
commite0a63c0bfcc6f8283377258b5d892f88abd913c1
tree66f8b9b6518a80366e9f23556b3af7008411e1d8
parent403889c0399c01a12877e3736ae1e96c9ded27be
NFS: Return directly if encode_sessionid fail

encode_sessionid() may return error, nfs needs process the return value.

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