diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2011-04-27 15:47:15 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2011-04-29 20:47:58 -0400 |
commit | 1db2b9dde3317e181f76860410cb0e7433896f28 (patch) | |
tree | e5175ed6fe697559debe07d44c52d1f6141fb61f /usr | |
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>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions