From 5a0121204764f4ec03497326ea9f2ef631aefefa Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Thu, 22 Jan 2009 10:27:30 +0300 Subject: [PATCH] --- yaml --- r: 130003 b: refs/heads/master c: 335debee07f2d4187a6073d7764ed56bb2ae52f4 h: refs/heads/master i: 130001: eb014784be379832365310a7132c34dbe188844f 129999: 9b42f785d18aaacf5851d37d60e70001269897c1 v: v3 --- [refs] | 2 +- trunk/fs/Kconfig | 20 +------------------- trunk/fs/btrfs/Kconfig | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 trunk/fs/btrfs/Kconfig diff --git a/[refs] b/[refs] index ff60fc8d3ea0..52a8ed4ec576 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fe4371dff3f1a5a1f7d91f1b090076954f4d17e +refs/heads/master: 335debee07f2d4187a6073d7764ed56bb2ae52f4 diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index 9fbc43f973d4..51f2aba92c22 100644 --- a/trunk/fs/Kconfig +++ b/trunk/fs/Kconfig @@ -50,25 +50,7 @@ config FILE_LOCKING source "fs/xfs/Kconfig" source "fs/gfs2/Kconfig" source "fs/ocfs2/Kconfig" - -config BTRFS_FS - tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" - depends on EXPERIMENTAL - select LIBCRC32C - select ZLIB_INFLATE - select ZLIB_DEFLATE - help - Btrfs is a new filesystem with extents, writable snapshotting, - support for multiple devices and many more features. - - Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET - FINALIZED. You should say N here unless you are interested in - testing Btrfs with non-critical data. - - To compile this file system support as a module, choose M here. The - module will be called btrfs. - - If unsure, say N. +source "fs/btrfs/Kconfig" endif # BLOCK diff --git a/trunk/fs/btrfs/Kconfig b/trunk/fs/btrfs/Kconfig new file mode 100644 index 000000000000..f8fcf999ea1b --- /dev/null +++ b/trunk/fs/btrfs/Kconfig @@ -0,0 +1,18 @@ +config BTRFS_FS + tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format" + depends on EXPERIMENTAL + select LIBCRC32C + select ZLIB_INFLATE + select ZLIB_DEFLATE + help + Btrfs is a new filesystem with extents, writable snapshotting, + support for multiple devices and many more features. + + Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET + FINALIZED. You should say N here unless you are interested in + testing Btrfs with non-critical data. + + To compile this file system support as a module, choose M here. The + module will be called btrfs. + + If unsure, say N.