[XFS] remove dependency of the dmapi module on behaviors
authorChristoph Hellwig <hch@infradead.org>
Wed, 29 Aug 2007 01:59:36 +0000 (11:59 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 01:41:15 +0000 (11:41 +1000)
commit293688ec420f1160ed93ea4c7948ed5baf8bafa7
tree3e342f759b3ae0499eedcb8f050dd2c4c1b48e93
parentf541d270dbce375b7bd8cef466bdaf0cff945b45
[XFS] remove dependency of the dmapi module on behaviors

Mount options are now parsed by the main XFS module and rejected if dmapi
support is not available, and there is a new dm operation to send the
mount event.

SGI-PV: 969608
SGI-Modid: xfs-linux-melb:xfs-kern:29502a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/linux-2.6/xfs_vfs.c
fs/xfs/linux-2.6/xfs_vfs.h
fs/xfs/xfs_dmapi.h
fs/xfs/xfs_dmops.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_vfsops.c