vfs_gpfs: Properly notify the offline->online changes
authorVolker Lendecke <vl@samba.org>
Wed, 4 May 2011 13:48:27 +0000 (15:48 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 4 May 2011 14:11:30 +0000 (16:11 +0200)
commit3f68b43dd56b8f338a18074741162bf6437ae78d
tree8ef23222cbba1a7f49fba1933c081ca9ae01dc72
parent41bde55821a6c18ace24330aede8d4928215e658
vfs_gpfs: Properly notify the offline->online changes

This needs to be a separate module that cooperates with vfs_gpfs. If aio_fork
is used early in the module chain it (correctly) does not propagate the aio ops
down, so vfs_gpfs does not see them. This slim module must come early in the
chain for notifies to work properly.
source3/Makefile.in
source3/configure.in
source3/modules/vfs_gpfs_hsm_notify.c [new file with mode: 0644]