All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs: Remove unused xfs_evict_inode tracepoint
@ 2016-10-06 21:18 Andreas Gruenbacher
  2016-10-07 21:02 ` [PATCH 2/1] xfs: Remove more unused tracepoints Eric Sandeen
  2016-10-07 21:03 ` [PATCH] xfs: Remove unused xfs_evict_inode tracepoint Eric Sandeen
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Gruenbacher @ 2016-10-06 21:18 UTC (permalink / raw)
  To: linux-xfs; +Cc: Andreas Gruenbacher

Commit 8179c036 removed the ->evict_inode super operation but left the
xfs_evict_inode tracepoint in place, with the effect that that
tracepoint is now unused.  Remove the tracepoint as well now.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
---
 fs/xfs/xfs_trace.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/xfs_trace.h b/fs/xfs/xfs_trace.h
index d303a66..fdd9d53 100644
--- a/fs/xfs/xfs_trace.h
+++ b/fs/xfs/xfs_trace.h
@@ -677,7 +677,6 @@ DEFINE_INODE_EVENT(xfs_ioctl_setattr);
 DEFINE_INODE_EVENT(xfs_dir_fsync);
 DEFINE_INODE_EVENT(xfs_file_fsync);
 DEFINE_INODE_EVENT(xfs_destroy_inode);
-DEFINE_INODE_EVENT(xfs_evict_inode);
 DEFINE_INODE_EVENT(xfs_update_time);
 
 DEFINE_INODE_EVENT(xfs_dquot_dqalloc);
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-07 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-06 21:18 [PATCH] xfs: Remove unused xfs_evict_inode tracepoint Andreas Gruenbacher
2016-10-07 21:02 ` [PATCH 2/1] xfs: Remove more unused tracepoints Eric Sandeen
2016-10-07 21:03 ` [PATCH] xfs: Remove unused xfs_evict_inode tracepoint Eric Sandeen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.