Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> > +STATIC void > +xfs_flush_worker( > + struct work_struct *work) > +{ > + struct xfs_mount *mp = container_of(work, > + struct xfs_mount, m_flush_work); > + > + xfs_sync_data(mp, SYNC_TRYLOCK); > + xfs_sync_data(mp, SYNC_TRYLOCK | SYNC_WAIT); > + xfs_log_force(mp, XFS_LOG_SYNC); No actually new in this patch: but what's the point of the log force here? xfs_sync_data just did one before returning. _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs