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 15:17:25 +0000 (17:17 +0200)
commita250a9ca068b94267888aa406c14c43a6642eb14
treec949108d7fc6725c792aacaf1e022f777445b8f5
parentc2c29533fc4a7467130dff0582249cccc49e001e
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.
(cherry picked from commit 3f68b43dd56b8f338a18074741162bf6437ae78d)
source3/Makefile.in
source3/configure.in
source3/modules/vfs_gpfs_hsm_notify.c [new file with mode: 0644]