diff options
author | Christoph Hellwig <hch@lst.de> | 2008-12-03 06:20:40 -0500 |
---|---|---|
committer | Niv Sardi <xaiki@sgi.com> | 2008-12-03 23:39:25 -0500 |
commit | 5a8d0f3c7af801c7263fbba39952504d6fc7ff60 (patch) | |
tree | 64e376493be44232ac1c0d66e2a68c5280f42ec1 /fs/xfs/Makefile | |
parent | 25e41b3d521f52771354a718042a753a3e77df0a (diff) |
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>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index a5a9ef0ce843..c3dc491fff89 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -107,7 +107,6 @@ xfs-y += $(addprefix $(XFS_LINUX)/, \ | |||
107 | xfs_lrw.o \ | 107 | xfs_lrw.o \ |
108 | xfs_super.o \ | 108 | xfs_super.o \ |
109 | xfs_sync.o \ | 109 | xfs_sync.o \ |
110 | xfs_vnode.o \ | ||
111 | xfs_xattr.o) | 110 | xfs_xattr.o) |
112 | 111 | ||
113 | # Objects in support/ | 112 | # Objects in support/ |