From: Steven Whitehouse Date: Tue, 25 Feb 2014 11:52:20 +0000 (+0000) Subject: GFS2: Remove extra "if" in gfs2_log_flush() X-Git-Tag: v3.15-rc1~97^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ab1e44b4fa3df97a25cc9bcc3c99244ad6945b;p=pandora-kernel.git GFS2: Remove extra "if" in gfs2_log_flush() 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 --- Reading git-diff-tree failed