NFSD: Use only RQ_DROPME to signal the need to drop a reply
authorChuck Lever <chuck.lever@oracle.com>
Sat, 26 Nov 2022 20:55:30 +0000 (15:55 -0500)
committerChuck Lever <cel@kernel.org>
Sat, 10 Dec 2022 16:01:13 +0000 (11:01 -0500)
commit9315564747cb6a570e99196b3a4880fb817635fd
tree794ef1e08d227f4ab2e86bdd48372a7aab861cb5
parentad3d24c59d8c3b31b10bb3e4944ae7bef63480d3
NFSD: Use only RQ_DROPME to signal the need to drop a reply

Clean up: NFSv2 has the only two usages of rpc_drop_reply in the
NFSD code base. Since NFSv2 is going away at some point, replace
these in order to simplify the "drop this reply?" check in
nfsd_dispatch().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
fs/nfsd/nfsproc.c
fs/nfsd/nfssvc.c