commit | 1db2b9dde3317e181f76860410cb0e7433896f28 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Wed Apr 27 15:47:15 2011 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Apr 29 20:47:58 2011 -0400 |
tree | e5175ed6fe697559debe07d44c52d1f6141fb61f | |
parent | fccb13c947de83a368e1f3c2216bbf4d8d41efa1 [diff] |
NFSD: Check status from nfsd4_map_bcts_dir() Compiling gave me this warning: fs/nfsd/nfs4state.c: In function ‘nfsd4_bind_conn_to_session’: fs/nfsd/nfs4state.c:1623:9: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] The local variable "status" was being set by nfsd4_map_bcts_dir() and then ignored before calling nfsd4_new_conn(). Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>