diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 3 |
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) |