File: [Development] / xfs-linux / Attic / xfsdmapistubs.c (download)
Revision 1.13, Tue Jul 23 20:54:30 2002 UTC (15 years, 3 months ago) by roehrich
Branch: MAIN
Changes since 1.12: +0 -48
lines
From Chris Hellwig:
* CONFIG_XFS_DMAPI is now a dep_mbool on CONFIG_XFS_FS, fs/xfs_dmapi/
is entered based on CONFIG_XFS_FS if CONFIG_XFS_DMAPI is set to keep
the old behaviour.
* CONFIG_HAVE_XFS_DMAPI is gone, as CONFIG_XFS_DMAPI has the same
meaning now.
* we refuse to mount with dmapi/xdsm options now if we can't support it.
* this way the dmapi_mount vfs method can't be called without dmapi
support anymore. declare the two dmapi-related vfs methods only if
we build with dmapi support.
* fs/xfs/xfsdmapistubs.c is gone, all stubs for XFS-own
dmapi-related functions are inlines in xfs_dmapi.h now.
* xfs_dmapi_mmap_event is renamed to xfs_dm_send_mmap_event to match the
other xfs_dm_send_* functions
No Message Supplied
|