2007-02-02 09:18:22 -05:00
|
|
|
|
2008-10-09 11:52:35 -04:00
|
|
|
obj-$(CONFIG_BTRFS_FS) := btrfs.o
|
2009-04-13 15:32:28 +02:00
|
|
|
|
|
|
|
btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
|
2008-08-19 19:21:57 +01:00
|
|
|
file-item.o inode-item.o inode-map.o disk-io.o \
|
2008-09-29 15:18:18 -04:00
|
|
|
transaction.o inode.o file.o tree-defrag.o \
|
2008-01-24 16:13:08 -05:00
|
|
|
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
|
2008-07-28 15:32:19 -04:00
|
|
|
extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
2010-10-25 15:12:26 +08:00
|
|
|
export.o tree-log.o acl.o free-space-cache.o zlib.o lzo.o \
|
2011-05-23 06:30:52 -04:00
|
|
|
compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o
|