>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
Date: Tue Jul 23 13:54:30 PDT 2002
Workarea: rope.americas.sgi.com:/ptmp/roehrich/2.4.x-xfs-b
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:123567a
linux/fs/Makefile - 1.51
linux/fs/Config.in - 1.84
linux/Documentation/Configure.help - 1.137
linux/fs/xfs/xfs_dmapi.h - 1.29
linux/fs/xfs/xfs_dmapi.c - 1.74
linux/fs/xfs/Makefile - 1.148
linux/fs/xfs/xfs_vfsops.c - 1.362
linux/fs/xfs/xfsdmapistubs.c - 1.13
linux/fs/xfs/linux/xfs_dmistubs.c - 1.20
linux/fs/xfs/linux/Makefile - 1.55
linux/fs/xfs/linux/xfs_file.c - 1.76
linux/fs/xfs/linux/xfs_super.h - 1.26
linux/fs/xfs/linux/xfs_super.c - 1.198
- No Message Supplied
|