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.

NFSD: Remove definition for trace_nfsd_ctl_maxconn

trace_nfsd_ctl_maxconn() was removed by commit a4b853f183a1
("sunrpc: remove all connection limit configuration") but did not
remove the event.

Reported-by: Steven Rostedt <rostedt@goodmis.org>
Closes: https://lore.kernel.org/linux-nfs/5ccae2f9-1560-4ac5-b506-b235ed4e4f4f@oracle.com/T/#t
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

Chuck Lever 9fdd5533 d18a38ab

-19
-19
fs/nfsd/trace.h
··· 2099 2099 ) 2100 2100 ); 2101 2101 2102 - TRACE_EVENT(nfsd_ctl_maxconn, 2103 - TP_PROTO( 2104 - const struct net *net, 2105 - int maxconn 2106 - ), 2107 - TP_ARGS(net, maxconn), 2108 - TP_STRUCT__entry( 2109 - __field(unsigned int, netns_ino) 2110 - __field(int, maxconn) 2111 - ), 2112 - TP_fast_assign( 2113 - __entry->netns_ino = net->ns.inum; 2114 - __entry->maxconn = maxconn; 2115 - ), 2116 - TP_printk("maxconn=%d", 2117 - __entry->maxconn 2118 - ) 2119 - ); 2120 - 2121 2102 TRACE_EVENT(nfsd_ctl_time, 2122 2103 TP_PROTO( 2123 2104 const struct net *net,