fed up with those stupid warnings
[mmotm.git] / fs / reiser4 / Kconfig
bloba8d7b0a481d4d5e7126373f967f2bce57c9f9d6f
1 config REISER4_FS
2         tristate "Reiser4 (EXPERIMENTAL)"
3         depends on EXPERIMENTAL
4         depends on BROKEN
5         select ZLIB_INFLATE
6         select ZLIB_DEFLATE
7         select LZO_COMPRESS
8         select LZO_DECOMPRESS
9         select CRYPTO
10         help
11           Reiser4 is a filesystem that performs all filesystem operations
12           as atomic transactions, which means that it either performs a
13           write, or it does not, and in the event of a crash it does not
14           partially perform it or corrupt it.
16           It stores files in dancing trees, which are like balanced trees but
17           faster.  It packs small files together so that they share blocks
18           without wasting space.  This means you can use it to store really
19           small files.  It also means that it saves you disk space.  It avoids
20           hassling you with anachronisms like having a maximum number of
21           inodes, and wasting space if you use less than that number.
23           Reiser4 is a distinct filesystem type from reiserfs (V3).
24           It's therefore not possible to use reiserfs file systems
25           with reiser4.
27           To learn more about reiser4, go to http://www.namesys.com
29 config REISER4_DEBUG
30         bool "Enable reiser4 debug mode"
31         depends on REISER4_FS
32         help
33           Don't use this unless you are debugging reiser4.
35           If unsure, say N.