]> 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>
Thu, 12 Apr 2012 08:26:45 +0000 (09:26 +0100)
commitdc82b97b93229474d5807b58afa0857f00a267f6
tree6996e0f86f713c2101a2692e5ada456604af6df9
parente24695d69160cb931b21a3de5af28365d48952b5
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