vfs_gpfs: Properly notify the offline->online changes
commit8eae357b8f30a83c3f91e8c249766cc6b8f62347
authorVolker Lendecke <vl@samba.org>
Wed, 4 May 2011 13:48:27 +0000 (4 15:48 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 15 May 2011 18:17:16 +0000 (15 20:17 +0200)
tree78a5219b3332fe13ed481e9abbf46de5af9b706d
parent33eb180bf6b77218eeb861a0556306a5a5569ff2
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)
(cherry picked from commit a250a9ca068b94267888aa406c14c43a6642eb14)
source3/Makefile.in
source3/configure.in
source3/modules/vfs_gpfs_hsm_notify.c [new file with mode: 0644]