commit | 651701d71da4dc0ac607f17a638e77906f0d280e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Jun 28 10:34:34 2010 -0400 |
committer | Alex Elder <aelder@sgi.com> | Mon Jul 26 13:16:45 2010 -0500 |
tree | 13df2162d97f9fdd7bb6e2789740fc6e8225b123 | |
parent | 2727ccc950ae17375b15005403e1c35ba8fec1df [diff] |
xfs: remove incorrect log write optimization We do need a barrier for the first buffer of a split log write. Otherwise we might incorrectly stamp the tail LSN into transactions in the first part of the split write, or not flush data I/O before updating the inode size. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>