mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
btrfs: update kconfig help text
Reflect the current status. Portions of the text taken from the wiki pages. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
parent
475bf36ffb
commit
4204617d14
@ -9,12 +9,17 @@ config BTRFS_FS
|
||||
select XOR_BLOCKS
|
||||
|
||||
help
|
||||
Btrfs is a new filesystem with extents, writable snapshotting,
|
||||
support for multiple devices and many more features.
|
||||
Btrfs is a general purpose copy-on-write filesystem with extents,
|
||||
writable snapshotting, support for multiple devices and many more
|
||||
features focused on fault tolerance, repair and easy administration.
|
||||
|
||||
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.
|
||||
The filesystem disk format is no longer unstable, and it's not
|
||||
expected to change unless there are strong reasons to do so. If there
|
||||
is a format change, file systems with a unchanged format will
|
||||
continue to be mountable and usable by newer kernels.
|
||||
|
||||
For more information, please see the web pages at
|
||||
http://btrfs.wiki.kernel.org.
|
||||
|
||||
To compile this file system support as a module, choose M here. The
|
||||
module will be called btrfs.
|
||||
|
Loading…
Reference in New Issue
Block a user