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: trace: remove redundant stateid even deleg_recall

Since commit e56dc9e2949e ("nfsd: remove fault injection code") remove
all nfsd_recall_delegations codes,
we don't need trace_nfsd_deleg_recall any more.

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

authored by

Chen Hanxiao and committed by
Chuck Lever
19d97ac5 9d895519

-1
-1
fs/nfsd/trace.h
··· 626 626 DEFINE_STATEID_EVENT(deleg_read); 627 627 DEFINE_STATEID_EVENT(deleg_write); 628 628 DEFINE_STATEID_EVENT(deleg_return); 629 - DEFINE_STATEID_EVENT(deleg_recall); 630 629 631 630 DECLARE_EVENT_CLASS(nfsd_stateseqid_class, 632 631 TP_PROTO(u32 seqid, const stateid_t *stp),