]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 3 Apr 2012 14:04:22 +0000 (15:04 +0100)
commitb34b79c3fccefb9b6bdef2c9da2d66c583ff5a72
treea1b936572d6354bb8976703b6fc6e9e43d322cbd
parentd4f7d4c8650283b00c7d31150bccfcfdc3892b22
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