replace some function names
[linux-2.6/zen-sources.git] / fs / Kconfig.btrfs
blob7a844eddd95c2819b6086acfbd3f153687824084
1 menuconfig BTRFS
2        bool "B-Tree filesystem support"
3        depends on EXPERIMENTAL
4        default n
5        help
6         Support for stable and unstable B-tree filesystem (v0.15 + Mercurial)
8 if BTRFS
10 config BTRFS_STABLE
11         tristate "Stable BTRFS/v0.16"
12         select LIBCRC32C
13         help
14          B-tree file system (btrfs) support (stable version/v0.16). Know
15          that if you made your partition with btrfs-progs v0.16, you need
16          to have v0.16 built-in or as a module in the kernel as well.
17          More information is available at the Btrfs homepage:
18          <http://oss.oracle.com/projects/btrfs/>.
20 if BTRFS_STABLE=n
21 config BTRFS_UNSTABLE
22         tristate "Unstable BTRFS - 29/08/2008"
23         select LIBCRC32C
24         help
25          B-tree file system (btrfs) support (mercurial from 8/17/08). Know
26          that if you made your partition with btrfs-progs unstable, you need
27          to have unstable btrfs built-in or as a module in the kernel as well.
28          More information is available at the Btrfs homepage:
29          <http://oss.oracle.com/projects/btrfs/>.
30 endif
32 config BTRFS_STABLE_POSIX_ACL
33         bool "Btrfs POSIX Access Control List"
34         depends on BTRFS_STABLE
35         select FS_POSIX_ACL
36         help
37           Posix Access Control Lists (ACLs) support permissions for users and
38           groups beyond the owner/group/world scheme.
40           To learn more about Access Control Lists, visit the Posix ACLs for
41           Linux website <http://acl.bestbits.at/>.
43           If you don't know what Access Control Lists are, say N
45 config BTRFS_UNSTABLE_POSIX_ACL
46         bool "Btrfs POSIX Access Control List"
47         depends on BTRFS_UNSTABLE
48         select FS_POSIX_ACL
49         help
50           Posix Access Control Lists (ACLs) support permissions for users and
51           groups beyond the owner/group/world scheme.
53           To learn more about Access Control Lists, visit the Posix ACLs for
54           Linux website <http://acl.bestbits.at/>.
56           If you don't know what Access Control Lists are, say N
58 endif # BLOCK