GFS2: Clean up log flush header writing
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 9 Mar 2012 10:45:56 +0000 (10:45 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 9 Mar 2012 14:07:06 +0000 (14:07 +0000)
We already send both a pre and post flush to the block device
when writing a journal header. There is no need to wait for
the previous I/O specifically when we do this, unless we've
turned "barriers" off.

As a side effect, this also cleans up the code path for flushing
the journal and makes it more readable.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found