From: NeilBrown Date: Mon, 19 Mar 2012 01:46:40 +0000 (+1100) Subject: md/bitmap: change a 'goto' to a normal 'if' construct. X-Git-Tag: v3.4-rc1~147^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=278c1ca2f254d0695d2eba79793d20ce785323ea;p=pandora-kernel.git md/bitmap: change a 'goto' to a normal 'if' construct. The use of a goto makes the control flow more obscure here. So make it a normal: if (x) { Y; } No functional change. Signed-off-by: NeilBrown --- Reading git-diff-tree failed