diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index 4ed5914adefb..dbb8a5d27f78 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h | |||
@@ -288,9 +288,9 @@ extern void xfs_itrace_hold(struct xfs_inode *, char *, int, inst_t *); | |||
288 | extern void _xfs_itrace_ref(struct xfs_inode *, char *, int, inst_t *); | 288 | extern void _xfs_itrace_ref(struct xfs_inode *, char *, int, inst_t *); |
289 | extern void xfs_itrace_rele(struct xfs_inode *, char *, int, inst_t *); | 289 | extern void xfs_itrace_rele(struct xfs_inode *, char *, int, inst_t *); |
290 | #define xfs_itrace_entry(ip) \ | 290 | #define xfs_itrace_entry(ip) \ |
291 | _xfs_itrace_entry(ip, __FUNCTION__, (inst_t *)__return_address) | 291 | _xfs_itrace_entry(ip, __func__, (inst_t *)__return_address) |
292 | #define xfs_itrace_exit(ip) \ | 292 | #define xfs_itrace_exit(ip) \ |
293 | _xfs_itrace_exit(ip, __FUNCTION__, (inst_t *)__return_address) | 293 | _xfs_itrace_exit(ip, __func__, (inst_t *)__return_address) |
294 | #define xfs_itrace_exit_tag(ip, tag) \ | 294 | #define xfs_itrace_exit_tag(ip, tag) \ |
295 | _xfs_itrace_exit(ip, tag, (inst_t *)__return_address) | 295 | _xfs_itrace_exit(ip, tag, (inst_t *)__return_address) |
296 | #define xfs_itrace_ref(ip) \ | 296 | #define xfs_itrace_ref(ip) \ |