xfs
[Top] [All Lists]

[PATCH] xfs: Remove unused xfs_evict_inode tracepoint

To: xfs@xxxxxxxxxxx
Subject: [PATCH] xfs: Remove unused xfs_evict_inode tracepoint
From: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
Date: Thu, 6 Oct 2016 23:16:54 +0200
Cc: Andreas Gruenbacher <agruenba@xxxxxxxxxx>
Delivered-to: xfs@xxxxxxxxxxx
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@xxxxxxxxxx>
---
 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

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] xfs: Remove unused xfs_evict_inode tracepoint, Andreas Gruenbacher <=