diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-11-17 17:14:46 -0500 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-01-07 17:54:26 -0500 |
commit | 3587b5c75376fd0b6ca8c4a8de54954e410f4e0e (patch) | |
tree | 6323403e542b3508112a9ac1eb9cfe09aae6511a /include/linux/sunrpc | |
parent | a2c91753a4f3771a9b46eb42e0c46654819149a4 (diff) | |
download | linux-stable-3587b5c75376fd0b6ca8c4a8de54954e410f4e0e.tar.gz linux-stable-3587b5c75376fd0b6ca8c4a8de54954e410f4e0e.tar.bz2 linux-stable-3587b5c75376fd0b6ca8c4a8de54954e410f4e0e.zip |
SUNRPC: Remove RQ_SPLICE_OK
This flag is no longer used.
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index b10f987509cc..544fcfe07479 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h @@ -260,8 +260,6 @@ enum { RQ_LOCAL, /* local request */ RQ_USEDEFERRAL, /* use deferral */ RQ_DROPME, /* drop current reply */ - RQ_SPLICE_OK, /* turned off in gss privacy to prevent - * encrypting page cache pages */ RQ_VICTIM, /* Have agreed to shut down */ RQ_DATA, /* request has data */ }; |