mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
NFSD: Remove definition for trace_nfsd_ctl_maxconn
trace_nfsd_ctl_maxconn() was removed by commit a4b853f183
("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>
This commit is contained in:
parent
d18a38abdd
commit
9fdd5533c7
1 changed files with 0 additions and 19 deletions
|
@ -2099,25 +2099,6 @@ TRACE_EVENT(nfsd_ctl_maxblksize,
|
|||
)
|
||||
);
|
||||
|
||||
TRACE_EVENT(nfsd_ctl_maxconn,
|
||||
TP_PROTO(
|
||||
const struct net *net,
|
||||
int maxconn
|
||||
),
|
||||
TP_ARGS(net, maxconn),
|
||||
TP_STRUCT__entry(
|
||||
__field(unsigned int, netns_ino)
|
||||
__field(int, maxconn)
|
||||
),
|
||||
TP_fast_assign(
|
||||
__entry->netns_ino = net->ns.inum;
|
||||
__entry->maxconn = maxconn;
|
||||
),
|
||||
TP_printk("maxconn=%d",
|
||||
__entry->maxconn
|
||||
)
|
||||
);
|
||||
|
||||
TRACE_EVENT(nfsd_ctl_time,
|
||||
TP_PROTO(
|
||||
const struct net *net,
|
||||
|
|
Loading…
Add table
Reference in a new issue