1 Dec 2011 08:21
Re: [PATCH 4/4] xfs: fix the logspace waiting algorithm
Christoph Hellwig <hch <at> infradead.org>
2011-12-01 07:21:49 GMT
2011-12-01 07:21:49 GMT
On Wed, Nov 30, 2011 at 05:56:41PM -0600, Ben Myers wrote: > Christoph, > > I feel that the ordering of the accesses to l_grant_head and the writeq > list may be important in the lockless path, and notice that they used to > be in opposite order. It could use a comment explaining why (if) it is > ok. Do you mean moving the xlog_space_left after the first list_empty_careful check in xlog_grant_log_space? It doesn't matter given that we re-check the available space after each wakeup. _______________________________________________ xfs mailing list xfs <at> oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs
RSS Feed