Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3104
b: refs/heads/master
c: dfc8356
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Linus Torvalds committed Jun 24, 2005
1 parent dacdf9e commit 19ef93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ba266d6323e957588712f6a7d31252cd6b797bb
refs/heads/master: dfc8356570b6fcb4035c7d916ade5bbbe6c3b50a
6 changes: 1 addition & 5 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -3155,11 +3155,7 @@ nfs4_find_reclaim_client(clientid_t *clid)
int
nfs4_check_open_reclaim(clientid_t *clid)
{
struct nfs4_client_reclaim *crp;

if ((crp = nfs4_find_reclaim_client(clid)) == NULL)
return nfserr_reclaim_bad;
return nfs_ok;
return nfs4_find_reclaim_client(clid) ? nfs_ok : nfserr_reclaim_bad;
}


Expand Down

0 comments on commit 19ef93b

Please sign in to comment.