GFS2: Make gfs2_log_fake_buf() write the buffer too
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 3 Apr 2012 14:04:22 +0000 (15:04 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 24 Apr 2012 15:44:26 +0000 (16:44 +0100)
commit14e5f1848dcaed611e7dadfaa0d593a4a1b93010
tree645446839468853520277f27b40bbfc5689fc70a
parentfdb76a4228303491b1b9b8923310f2cbcec8dc9f
GFS2: Make gfs2_log_fake_buf() write the buffer too

Since we always write the buffer directly after this function
returns, we might as well merge it into here. This is a clean
up in preparation for some further updates to the log code
which are coming soon.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/lops.c