On Tue, Sep 03, 2013 at 09:47:36PM +1000, Dave Chinner wrote: > Hi folks, > > More fixes as a result of forced shutdown testing. The first is > fixing yet another hole in the buf log item freein logic when a > transaction is aborted, and the other removes the asserts from the > inode buffer checking so that verifiers return errors rather than > crashing the system. Btw, I've been wondering for a while if we need a major change to how the buf item refcounting works. All these little special cases in there are utterly non-intuitive. I've not looked very deep yet, but a normal scheme where every reference to it increments the refcount, and we simply free it when that hits zero should work here as well. We'd still need flags for the abort and clean conditions, but it would still be way simpler than what we have now. _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs