[PATCH] knfsd: nfsd4: nfs4_check_open_reclaim cleanup
Minor cleanup. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5ba266d632
commit
dfc8356570
1 changed files with 1 additions and 5 deletions
|
@ -3155,11 +3155,7 @@ nfs4_find_reclaim_client(clientid_t *clid)
|
||||||
int
|
int
|
||||||
nfs4_check_open_reclaim(clientid_t *clid)
|
nfs4_check_open_reclaim(clientid_t *clid)
|
||||||
{
|
{
|
||||||
struct nfs4_client_reclaim *crp;
|
return nfs4_find_reclaim_client(clid) ? nfs_ok : nfserr_reclaim_bad;
|
||||||
|
|
||||||
if ((crp = nfs4_find_reclaim_client(clid)) == NULL)
|
|
||||||
return nfserr_reclaim_bad;
|
|
||||||
return nfs_ok;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue