diff options
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 3b84700d1bd7..a7954913b332 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -3919,8 +3919,7 @@ nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, | |||
3919 | * In the 4.0 case we need to keep the owners around a | 3919 | * In the 4.0 case we need to keep the owners around a |
3920 | * little while to handle CLOSE replay. | 3920 | * little while to handle CLOSE replay. |
3921 | */ | 3921 | */ |
3922 | if (list_empty(&oo->oo_owner.so_stateids)) | 3922 | move_to_close_lru(oo, SVC_NET(rqstp)); |
3923 | move_to_close_lru(oo, SVC_NET(rqstp)); | ||
3924 | } | 3923 | } |
3925 | } | 3924 | } |
3926 | out: | 3925 | out: |