Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sunrpc: Add XPT flags missing from SVC_XPRT_FLAG_LIST

Commit eccbbc7c00a5 ("nfsd: don't use sv_nrthreads in connection
limiting calculations.") and commit 898374fdd7f0 ("nfsd: unregister
with rpcbind when deleting a transport") added new XPT flags but
neglected to update the show_svc_xprt_flags() macro.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

+3 -1
+3 -1
include/trace/events/sunrpc.h
··· 1933 1933 svc_xprt_flag(CONG_CTRL) \ 1934 1934 svc_xprt_flag(HANDSHAKE) \ 1935 1935 svc_xprt_flag(TLS_SESSION) \ 1936 - svc_xprt_flag_end(PEER_AUTH) 1936 + svc_xprt_flag(PEER_AUTH) \ 1937 + svc_xprt_flag(PEER_VALID) \ 1938 + svc_xprt_flag_end(RPCB_UNREG) 1937 1939 1938 1940 #undef svc_xprt_flag 1939 1941 #undef svc_xprt_flag_end