Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e055f13a authored by Lachlan McIlroy's avatar Lachlan McIlroy
Browse files

[XFS] Remove unused tracing code



None of this code appears to be used anywhere so remove it.

Reviewed-by: default avatarChristoph Hellwig <hch@infradead.org>
Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
parent 14d676f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3232,8 +3232,6 @@ xfs_iflush_int(


#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)
{
+0 −1
Original line number Diff line number Diff line
@@ -223,7 +223,6 @@ struct xfs_dquot;

#if defined(XFS_ILOCK_TRACE)
#define XFS_ILOCK_KTRACE_SIZE	32
extern ktrace_t *xfs_ilock_trace_buf;
extern void xfs_ilock_trace(struct xfs_inode *, int, unsigned int, inst_t *);
#else
#define	xfs_ilock_trace(i,n,f,ra)