diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-11-19 21:59:28 +0100 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-11-19 21:59:28 +0100 |
commit | ae20a6afec1cf21919d97303f2d8b737eac5acc7 (patch) | |
tree | a4ddf02d4f19bdee1119dcc8a0f54edb40fb5986 /fs/Makefile | |
parent | Linux 2.6.28-rc5 (diff) | |
parent | Btrfs: fix free space accounting when unpinning extents (diff) | |
download | linux-ae20a6afec1cf21919d97303f2d8b737eac5acc7.tar.xz linux-ae20a6afec1cf21919d97303f2d8b737eac5acc7.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index d9f8afe6f0c4..5fbb23db281c 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -121,4 +121,5 @@ obj-$(CONFIG_HOSTFS) += hostfs/ obj-$(CONFIG_HPPFS) += hppfs/ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ +obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ |