diff options
author | Tony Luck <tony.luck@intel.com> | 2005-09-08 17:27:13 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-09-08 17:27:13 -0400 |
commit | 344a076110f4ecb16ea6d286b63be696604982ed (patch) | |
tree | def6e229efdb6ee91b631b6695bf7f9ace8e2719 /fs/Kconfig | |
parent | 9b17e7e74e767d8a494a74c3c459aeecd1e08c5f (diff) | |
parent | 1b11d78cf87a7014f96e5b7fa2e1233cc8081a00 (diff) |
[IA64] Manual merge fix for 3 files
arch/ia64/Kconfig
arch/ia64/kernel/acpi.c
include/asm-ia64/irq.h
Signed-off-by: Tony Luck <tony.luck@intel.com>
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" |