GFS2: Remove extra "if" in gfs2_log_flush()
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 25 Feb 2014 11:52:20 +0000 (11:52 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 25 Feb 2014 11:52:20 +0000 (11:52 +0000)
By reordering some of the assignments in gfs2_log_flush() it
is possible to remove one of the "if" statements as it can be
merged with one higher up the function.

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

diff --cc fs/gfs2/log.c
Simple merge