patch-2.4.27 linux-2.4.27/fs/xfs/xfs_dmapi.h
Next file: linux-2.4.27/fs/xfs/xfs_fsops.c
Previous file: linux-2.4.27/fs/xfs/xfs_dir2_node.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2004-08-07 16:26:06.124407180 -0700
- Orig file:
linux-2.4.26/fs/xfs/xfs_dmapi.h
- Orig date:
2004-04-14 06:05:40.000000000 -0700
diff -urN linux-2.4.26/fs/xfs/xfs_dmapi.h linux-2.4.27/fs/xfs/xfs_dmapi.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
+ * Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
@@ -199,7 +199,14 @@
extern struct bhv_vfsops xfs_dmops;
-extern int dmapi_init(void);
-extern void dmapi_uninit(void);
+#ifdef CONFIG_XFS_DMAPI
+void xfs_dm_init(struct file_system_type *);
+void xfs_dm_exit(struct file_system_type *);
+#define XFS_DM_INIT(fstype) xfs_dm_init(fstype)
+#define XFS_DM_EXIT(fstype) xfs_dm_exit(fstype)
+#else
+#define XFS_DM_INIT(fstype)
+#define XFS_DM_EXIT(fstype)
+#endif
#endif /* __XFS_DMAPI_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)