summaryrefslogtreecommitdiff
path: root/include/trace/events/sunrpc.h
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/trace/events/sunrpc.h
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/trace/events/sunrpc.h')
-rw-r--r--include/trace/events/sunrpc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/sunrpc.h b/include/trace/events/sunrpc.h
index 337c90787fb1..cdd3a45e6003 100644
--- a/include/trace/events/sunrpc.h
+++ b/include/trace/events/sunrpc.h
@@ -1675,7 +1675,6 @@ DEFINE_SVCXDRBUF_EVENT(sendto);
svc_rqst_flag(LOCAL) \
svc_rqst_flag(USEDEFERRAL) \
svc_rqst_flag(DROPME) \
- svc_rqst_flag(SPLICE_OK) \
svc_rqst_flag(VICTIM) \
svc_rqst_flag_end(DATA)