Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130003
b: refs/heads/master
c: 335debe
h: refs/heads/master
i:
  130001: eb01478
  129999: 9b42f78
v: v3
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent dd24b4b commit 5a01212
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fe4371dff3f1a5a1f7d91f1b090076954f4d17e
refs/heads/master: 335debee07f2d4187a6073d7764ed56bb2ae52f4
20 changes: 1 addition & 19 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
18 changes: 18 additions & 0 deletions trunk/fs/btrfs/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 5a01212

Please sign in to comment.