diff options
author | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-12-10 00:51:54 (GMT) |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-12-10 00:51:54 (GMT) |
commit | e055f13a6d8448d4f23121b7b11340c3fb55cce6 (patch) | |
tree | d74ff15e1a6fa7e6bbf68510ebd7bb4ab11ba7e9 /fs/xfs/xfs_inode.c | |
parent | 14d676f56fad26fd3c31eeff5d4ef8ea4a163571 (diff) | |
download | linux-e055f13a6d8448d4f23121b7b11340c3fb55cce6.tar.xz |
[XFS] Remove unused tracing code
None of this code appears to be used anywhere so remove it.
Reviewed-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 063da34..f6b4c0f 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -3232,8 +3232,6 @@ corrupt_out: #ifdef XFS_ILOCK_TRACE -ktrace_t *xfs_ilock_trace_buf; - void xfs_ilock_trace(xfs_inode_t *ip, int lock, unsigned int lockflags, inst_t *ra) { |