Message ID | 20241122022506.1536-1-chenhx.fnst@fujitsu.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | nfsd: trace: remove redundant stateid even deleg_recall | expand |
diff --git a/fs/nfsd/trace.h b/fs/nfsd/trace.h index b8470d4cbe99..853f07868fbe 100644 --- a/fs/nfsd/trace.h +++ b/fs/nfsd/trace.h @@ -614,7 +614,6 @@ DEFINE_STATEID_EVENT(open); DEFINE_STATEID_EVENT(deleg_read); DEFINE_STATEID_EVENT(deleg_write); DEFINE_STATEID_EVENT(deleg_return); -DEFINE_STATEID_EVENT(deleg_recall); DECLARE_EVENT_CLASS(nfsd_stateseqid_class, TP_PROTO(u32 seqid, const stateid_t *stp),
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> --- fs/nfsd/trace.h | 1 - 1 file changed, 1 deletion(-)