]> err.no Git - linux-2.6/blobdiff - fs/xfs/Makefile-linux-2.6
[XFS] decontaminate vfs operations from behavior details
[linux-2.6] / fs / xfs / Makefile-linux-2.6
index b49989bb89ad225dd2636f4d783cf3d57fdf5951..0e474785ebae724447d1261a16518fcb5961bad8 100644 (file)
@@ -64,6 +64,7 @@ xfs-y                         += xfs_alloc.o \
                                   xfs_dir2_sf.o \
                                   xfs_error.o \
                                   xfs_extfree_item.o \
+                                  xfs_filestream.o \
                                   xfs_fsops.o \
                                   xfs_ialloc.o \
                                   xfs_ialloc_btree.o \
@@ -77,6 +78,7 @@ xfs-y                         += xfs_alloc.o \
                                   xfs_log.o \
                                   xfs_log_recover.o \
                                   xfs_mount.o \
+                                  xfs_mru_cache.o \
                                   xfs_rename.o \
                                   xfs_trans.o \
                                   xfs_trans_ail.o \
@@ -86,6 +88,7 @@ xfs-y                         += xfs_alloc.o \
                                   xfs_trans_item.o \
                                   xfs_utils.o \
                                   xfs_vfsops.o \
+                                  xfs_vfsops_bhv.o \
                                   xfs_vnodeops.o \
                                   xfs_rw.o \
                                   xfs_dmops.o \
@@ -112,7 +115,6 @@ xfs-y                               += $(addprefix $(XFS_LINUX)/, \
 # Objects in support/
 xfs-y                          += $(addprefix support/, \
                                   debug.o \
-                                  move.o \
                                   uuid.o)
 
 xfs-$(CONFIG_XFS_TRACE)                += support/ktrace.o