diff options
author | Lachlan McIlroy <lachlan@sgi.com> | 2007-09-16 23:11:58 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-07 00:43:54 -0500 |
commit | 15947f2d4f747897f31cfaa36e98a93f80ca3d3f (patch) | |
tree | 962c533fce140064343f119d7c5f9d94a80140b7 /fs/xfs/xfs_iget.c | |
parent | 7642861b7eeaddfc82d762b3342044c809c3f77e (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/xfs_iget.c')
-rw-r--r-- | fs/xfs/xfs_iget.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/fs/xfs/xfs_iget.c b/fs/xfs/xfs_iget.c index 5363025ded7e..f77bda1473b7 100644 --- a/fs/xfs/xfs_iget.c +++ b/fs/xfs/xfs_iget.c | |||
@@ -157,8 +157,7 @@ again: | |||
157 | goto again; | 157 | goto again; |
158 | } | 158 | } |
159 | 159 | ||
160 | _xfs_itrace_exit(ip, "xfs_iget.alloc", | 160 | xfs_itrace_exit_tag(ip, "xfs_iget.alloc"); |
161 | (inst_t *)__return_address); | ||
162 | 161 | ||
163 | XFS_STATS_INC(xs_ig_found); | 162 | XFS_STATS_INC(xs_ig_found); |
164 | 163 | ||
@@ -212,8 +211,7 @@ finish_inode: | |||
212 | xfs_ilock(ip, lock_flags); | 211 | xfs_ilock(ip, lock_flags); |
213 | 212 | ||
214 | xfs_iflags_clear(ip, XFS_ISTALE); | 213 | xfs_iflags_clear(ip, XFS_ISTALE); |
215 | _xfs_itrace_exit(ip, "xfs_iget.found", | 214 | xfs_itrace_exit_tag(ip, "xfs_iget.found"); |
216 | (inst_t *)__return_address); | ||
217 | goto return_ip; | 215 | goto return_ip; |
218 | } | 216 | } |
219 | 217 | ||
@@ -234,7 +232,7 @@ finish_inode: | |||
234 | return error; | 232 | return error; |
235 | } | 233 | } |
236 | 234 | ||
237 | _xfs_itrace_exit(ip, "xfs_iget.alloc", (inst_t *)__return_address); | 235 | xfs_itrace_exit_tag(ip, "xfs_iget.alloc"); |
238 | 236 | ||
239 | xfs_inode_lock_init(ip, vp); | 237 | xfs_inode_lock_init(ip, vp); |
240 | xfs_iocore_inode_init(ip); | 238 | xfs_iocore_inode_init(ip); |