From: Jan Kara Date: Mon, 8 Jun 2015 16:44:21 +0000 (-0400) Subject: jbd2: more simplifications in do_get_write_access() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~122^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b00f400eedf91d074f831077003c0d4d9147377;p=pandora-kernel.git jbd2: more simplifications in do_get_write_access() Check for the simple case of unjournaled buffer first, handle it and bail out. This allows us to remove one if and unindent the difficult case by one tab. The result is easier to read. Signed-off-by: Jan Kara Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed