]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit853c3b13d3655ce19a865f4e55ce1c81ed406e61
tree66f8b9b6518a80366e9f23556b3af7008411e1d8
parentb3b87b992846e481de2ae3ece5c25f7bdaf092dc
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