diff options
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 6ae28e606afc..5957f7766bdc 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -2091,7 +2091,7 @@ nfs4_preprocess_stateid_op(struct svc_fh *current_fh, stateid_t *stateid, int fl | |||
2091 | stp = find_stateid(stateid, flags); | 2091 | stp = find_stateid(stateid, flags); |
2092 | if (!stp) | 2092 | if (!stp) |
2093 | goto out; | 2093 | goto out; |
2094 | if ((flags & CHECK_FH) && nfs4_check_fh(current_fh, stp)) | 2094 | if (nfs4_check_fh(current_fh, stp)) |
2095 | goto out; | 2095 | goto out; |
2096 | if (!stp->st_stateowner->so_confirmed) | 2096 | if (!stp->st_stateowner->so_confirmed) |
2097 | goto out; | 2097 | goto out; |