%patch
Index: 2.6.5-nathans/fs/Kconfig
===================================================================
--- 2.6.5-nathans.orig/fs/Kconfig Tue Apr 20 11:23:19 2004
+++ 2.6.5-nathans/fs/Kconfig Tue Apr 20 11:26:06 2004
@@ -344,6 +344,18 @@
with or without the generic quota support enabled (CONFIG_QUOTA) -
they are completely independent subsystems.
+config XFS_DMAPI
+ tristate "DMAPI support"
+ depends on XFS_FS
+ help
+ The Data Management API is a system interface used to implement
+ the interface defined in the X/Open document:
+ "Systems Management: Data Storage Management (XDSM) API",
+ dated February 1997. This interface is used by hierarchical
+ storage management systems.
+
+ If unsure, say N.
+
config XFS_SECURITY
bool "Security Label support"
depends on XFS_FS
%diffstat
Kconfig | 12 ++++++++++++
1 files changed, 12 insertions(+)