Btrfs: Add support for multiple devices per filesystem
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
@@ -6,7 +6,7 @@ btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
|
||||
hash.o file-item.o inode-item.o inode-map.o disk-io.o \
|
||||
transaction.o bit-radix.o inode.o file.o tree-defrag.o \
|
||||
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
|
||||
extent_io.o
|
||||
extent_io.o volumes.o
|
||||
|
||||
ifeq ($(CONFIG_FS_POSIX_ACL),y)
|
||||
btrfs-y += acl.o
|
||||
|
Reference in New Issue
Block a user