On Sat, Sep 01, 2012 at 07:23:43PM -0400, Christoph Hellwig wrote: > On Thu, Aug 30, 2012 at 10:00:09PM +1000, Dave Chinner wrote: > > From: Dave Chinner <dchinner@xxxxxxxxxx> > > > > The only thing the periodic sync work does now is flush the AIL and > > idle the log. These are really functions of the log code, so move > > the work to xfs_log.c and rename it appropriately. > > > > The only wart that this leaves behind is the xfssyncd_centisecs > > sysctl, otherwise the xfssyncd is dead. Clean up any comments that > > related to xfssyncd to reflect it's passing. > > FYI: A while ago I looked into folding the work here into xfsaild. > While soing the periodic ail push there aka just waking up with a > timeout which we did more often anyway at that point was easy, getting > the log force / dummy log never really worked out. > > I think at least the former probably should be dropped here as well. Perhaps. We've always had a periodic log force as a get out gaol free card for issues with pinned objects, so I'm not really inclined to remove it/change that behaviour in this series. IOWs, while I do agree that the log covering and AIL pushing code should be more tightly integrated so that we can get the filesystem to an idle state much faster than we do now, I don't think this patchset is the place to start doing bits of that work. Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs