提交 81b68de4 编写于 作者: A Anna Schumaker

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

Signed-off-by: NAnna Schumaker <Anna.Schumaker@Netapp.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部