diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ed78d24ee426..5e817902cb3b 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -382,10 +382,8 @@ config QUOTA | |||
382 | usage (also called disk quotas). Currently, it works for the | 382 | usage (also called disk quotas). Currently, it works for the |
383 | ext2, ext3, and reiserfs file system. ext3 also supports journalled | 383 | ext2, ext3, and reiserfs file system. ext3 also supports journalled |
384 | quotas for which you don't need to run quotacheck(8) after an unclean | 384 | quotas for which you don't need to run quotacheck(8) after an unclean |
385 | shutdown. You need additional software in order to use quota support | 385 | shutdown. |
386 | (you can download sources from | 386 | For further details, read the Quota mini-HOWTO, available from |
387 | <http://www.sf.net/projects/linuxquota/>). For further details, read | ||
388 | the Quota mini-HOWTO, available from | ||
389 | <http://www.tldp.org/docs.html#howto>, or the documentation provided | 387 | <http://www.tldp.org/docs.html#howto>, or the documentation provided |
390 | with the quota tools. Probably the quota support is only useful for | 388 | with the quota tools. Probably the quota support is only useful for |
391 | multi user systems. If unsure, say N. | 389 | multi user systems. If unsure, say N. |
@@ -403,8 +401,7 @@ config QFMT_V2 | |||
403 | depends on QUOTA | 401 | depends on QUOTA |
404 | help | 402 | help |
405 | This quota format allows using quotas with 32-bit UIDs/GIDs. If you | 403 | This quota format allows using quotas with 32-bit UIDs/GIDs. If you |
406 | need this functionality say Y here. Note that you will need recent | 404 | need this functionality say Y here. |
407 | quota utilities (>= 3.01) for new quota format with this kernel. | ||
408 | 405 | ||
409 | config QUOTACTL | 406 | config QUOTACTL |
410 | bool | 407 | bool |
@@ -816,6 +813,18 @@ config RAMFS | |||
816 | To compile this as a module, choose M here: the module will be called | 813 | To compile this as a module, choose M here: the module will be called |
817 | ramfs. | 814 | ramfs. |
818 | 815 | ||
816 | config RELAYFS_FS | ||
817 | tristate "Relayfs file system support" | ||
818 | ---help--- | ||
819 | Relayfs is a high-speed data relay filesystem designed to provide | ||
820 | an efficient mechanism for tools and facilities to relay large | ||
821 | amounts of data from kernel space to user space. | ||
822 | |||
823 | To compile this code as a module, choose M here: the module will be | ||
824 | called relayfs. | ||
825 | |||
826 | If unsure, say N. | ||
827 | |||
819 | endmenu | 828 | endmenu |
820 | 829 | ||
821 | menu "Miscellaneous filesystems" | 830 | menu "Miscellaneous filesystems" |