-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
- Loading branch information
Alexey Dobriyan
committed
Jan 22, 2009
1 parent
2fe4371
commit 335debe
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |