1
0
Fork 0

NFS: No need to set and return status in nfs41_lock_expired()

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
hifive-unleashed-5.1
Anna Schumaker 2017-01-11 16:41:34 -05:00
parent 9df1336ca4
commit 81b68de493
1 changed files with 1 additions and 2 deletions

View File

@ -6282,8 +6282,7 @@ static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *reques
if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) ||
test_bit(NFS_LOCK_LOST, &lsp->ls_flags))
return 0;
status = nfs4_lock_expired(state, request);
return status;
return nfs4_lock_expired(state, request);
}
#endif