summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs_hsm_notify.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-04vfs_gpfs: Properly notify the offline->online changesVolker Lendecke1-0/+110
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.