2004-09-09 23:29:16

by Chris Wedgwood

[permalink] [raw]
Subject: [PATCH 3/3] Disable XFS when using 4K stacks

XFS isn't (presently) completely reliable with 4K stacks. This patch
disables it in those circumstances. This depends upon previous posted
patches.

Signed-off-by: Chris Wedgwood <[email protected]>



diff -Nru a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig 2004-09-09 16:05:52 -07:00
+++ b/fs/Kconfig 2004-09-09 16:05:52 -07:00
@@ -294,6 +294,7 @@

config XFS_FS
tristate "XFS filesystem support"
+ depends on !I386_4KSTACKS
help
XFS is a high performance journaling filesystem which originated
on the SGI IRIX platform. It is completely multi-threaded, can