aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 8cb63c60c048..400ed2f20717 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -410,8 +410,7 @@ xfs_fs_write_inode(
410{ 410{
411 int error = 0, flags = FLUSH_INODE; 411 int error = 0, flags = FLUSH_INODE;
412 412
413 vn_trace_entry(XFS_I(inode), __FUNCTION__, 413 xfs_itrace_entry(XFS_I(inode));
414 (inst_t *)__return_address);
415 if (sync) { 414 if (sync) {
416 filemap_fdatawait(inode->i_mapping); 415 filemap_fdatawait(inode->i_mapping);
417 flags |= FLUSH_SYNC; 416 flags |= FLUSH_SYNC;
@@ -438,8 +437,7 @@ xfs_fs_clear_inode(
438 * find an inode with di_mode == 0 but without IGET_CREATE set. 437 * find an inode with di_mode == 0 but without IGET_CREATE set.
439 */ 438 */
440 if (ip) { 439 if (ip) {
441 vn_trace_entry(ip, __FUNCTION__, (inst_t *)__return_address); 440 xfs_itrace_entry(ip);
442
443 XFS_STATS_INC(vn_rele); 441 XFS_STATS_INC(vn_rele);
444 XFS_STATS_INC(vn_remove); 442 XFS_STATS_INC(vn_remove);
445 XFS_STATS_INC(vn_reclaim); 443 XFS_STATS_INC(vn_reclaim);
@@ -841,8 +839,7 @@ xfs_fs_fill_super(
841 goto fail_vnrele; 839 goto fail_vnrele;
842 } 840 }
843 841
844 vn_trace_exit(XFS_I(sb->s_root->d_inode), __FUNCTION__, 842 xfs_itrace_exit(XFS_I(sb->s_root->d_inode));
845 (inst_t *)__return_address);
846 843
847 kmem_free(args, sizeof(*args)); 844 kmem_free(args, sizeof(*args));
848 return 0; 845 return 0;