Commit 81b68de4 authored by Anna Schumaker's avatar Anna Schumaker

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

Signed-off-by: default avatarAnna Schumaker <Anna.Schumaker@Netapp.com>
parent 9df1336c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment