summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-11-18 01:14:46 +0300
committerChuck Lever <chuck.lever@oracle.com>2024-01-08 01:54:26 +0300
commit3587b5c75376fd0b6ca8c4a8de54954e410f4e0e (patch)
tree6323403e542b3508112a9ac1eb9cfe09aae6511a /include/linux/sunrpc
parenta2c91753a4f3771a9b46eb42e0c46654819149a4 (diff)
downloadlinux-3587b5c75376fd0b6ca8c4a8de54954e410f4e0e.tar.xz
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.h2
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 */
};