move inode tracing out of xfs_vnode.
authorChristoph Hellwig <hch@lst.de>
Wed, 3 Dec 2008 11:20:40 +0000 (12:20 +0100)
committerNiv Sardi <xaiki@sgi.com>
Thu, 4 Dec 2008 04:39:25 +0000 (15:39 +1100)
commit5a8d0f3c7af801c7263fbba39952504d6fc7ff60
tree64e376493be44232ac1c0d66e2a68c5280f42ec1
parent25e41b3d521f52771354a718042a753a3e77df0a
move inode tracing out of xfs_vnode.

Move the inode tracing into xfs_iget.c / xfs_inode.h and kill xfs_vnode.c
now that it's empty.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
fs/xfs/Makefile
fs/xfs/linux-2.6/xfs_vnode.c [deleted file]
fs/xfs/linux-2.6/xfs_vnode.h
fs/xfs/xfs_iget.c
fs/xfs/xfs_inode.h