[PATCH 3/3] Disable XFS when using 4K stacks

From: Chris Wedgwood
Date: Thu Sep 09 2004 - 18:32:52 EST


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 <cw@xxxxxxxx>



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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/