aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vnode.h
diff options
context:
space:
mode:
authorLachlan McIlroy <lachlan@sgi.com>2007-09-16 23:11:58 -0400
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>2008-02-07 00:43:54 -0500
commit15947f2d4f747897f31cfaa36e98a93f80ca3d3f (patch)
tree962c533fce140064343f119d7c5f9d94a80140b7 /fs/xfs/linux-2.6/xfs_vnode.h
parent7642861b7eeaddfc82d762b3342044c809c3f77e (diff)
[XFS] more vnode/inode tracing fixes
SGI-PV: 970335 SGI-Modid: xfs-linux-melb:xfs-kern:29697a Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_vnode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h
index 09763067da11..bb3983a1bbbd 100644
--- a/fs/xfs/linux-2.6/xfs_vnode.h
+++ b/fs/xfs/linux-2.6/xfs_vnode.h
@@ -314,12 +314,15 @@ extern void xfs_itrace_rele(struct xfs_inode *, char *, int, inst_t *);
314 _xfs_itrace_entry(ip, __FUNCTION__, (inst_t *)__return_address) 314 _xfs_itrace_entry(ip, __FUNCTION__, (inst_t *)__return_address)
315#define xfs_itrace_exit(ip) \ 315#define xfs_itrace_exit(ip) \
316 _xfs_itrace_exit(ip, __FUNCTION__, (inst_t *)__return_address) 316 _xfs_itrace_exit(ip, __FUNCTION__, (inst_t *)__return_address)
317#define xfs_itrace_exit_tag(ip, tag) \
318 _xfs_itrace_exit(ip, tag, (inst_t *)__return_address)
317#define xfs_itrace_ref(ip) \ 319#define xfs_itrace_ref(ip) \
318 _xfs_itrace_ref(ip, __FILE__, __LINE__, (inst_t *)__return_address) 320 _xfs_itrace_ref(ip, __FILE__, __LINE__, (inst_t *)__return_address)
319 321
320#else 322#else
321#define xfs_itrace_entry(a) 323#define xfs_itrace_entry(a)
322#define xfs_itrace_exit(a) 324#define xfs_itrace_exit(a)
325#define xfs_itrace_exit_tag(a, b)
323#define xfs_itrace_hold(a, b, c, d) 326#define xfs_itrace_hold(a, b, c, d)
324#define xfs_itrace_ref(a) 327#define xfs_itrace_ref(a)
325#define xfs_itrace_rele(a, b, c, d) 328#define xfs_itrace_rele(a, b, c, d)