]> git.dujemihanovic.xyz Git - linux.git/commit
NFSD: remove redundant assignment operation
authorLi Lingfeng <lilingfeng3@huawei.com>
Wed, 14 Aug 2024 11:29:07 +0000 (19:29 +0800)
committerChuck Lever <chuck.lever@oracle.com>
Fri, 20 Sep 2024 23:31:03 +0000 (19:31 -0400)
commit2039c5da5dc110ba56aa811f1688c184eed5d2f5
treed47fbd7bcc41b0c58206a3e186b6bf71da09e87d
parentecbf84940575e107df13f308121682f7e8c0d20b
NFSD: remove redundant assignment operation

Commit 5826e09bf3dd ("NFSD: OP_CB_RECALL_ANY should recall both read and
write delegations") added a new assignment statement to add
RCA4_TYPE_MASK_WDATA_DLG to ra_bmval bitmask of OP_CB_RECALL_ANY. So the
old one should be removed.

Signed-off-by: Li Lingfeng <lilingfeng3@huawei.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4state.c