Skip to content

Commit

Permalink
[XFS] remove noisy printk at vnode trace allocation
Browse files Browse the repository at this point in the history
SGI Modid: xfs-linux:xfs-kern:191625a

Signed-off-by: Eric Sandeen <sandeen@sgi.com>
Signed-off-by: Christoph Hellwig <hch@sgi.com>
  • Loading branch information
Eric Sandeen authored and Christoph Hellwig committed May 5, 2005
1 parent 3ba0815 commit 18e0a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/linux-2.6/xfs_vnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ vn_initialize(

#ifdef XFS_VNODE_TRACE
vp->v_trace = ktrace_alloc(VNODE_TRACE_SIZE, KM_SLEEP);
printk("Allocated VNODE_TRACE at 0x%p\n", vp->v_trace);
#endif /* XFS_VNODE_TRACE */

vn_trace_exit(vp, "vn_initialize", (inst_t *)__return_address);
Expand Down

0 comments on commit 18e0a92

Please sign in to comment.