[BACK]Return to dmapi-enable CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / split-patches

File: [Development] / linux-2.6-xfs / split-patches / dmapi-enable (download)

Revision 1.1, Tue Apr 20 01:39:33 2004 UTC (13 years, 6 months ago) by nathans
Branch: MAIN

Split patches for 2.6 kernels.

%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(+)