md/bitmap: change a 'goto' to a normal 'if' construct.
authorNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:40 +0000 (12:46 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 19 Mar 2012 01:46:40 +0000 (12:46 +1100)
commit278c1ca2f254d0695d2eba79793d20ce785323ea
tree42be282251b17c16e030d7083eef4bbeefe60b41
parent57148964d946614ffc6621539096ded1e7d896ab
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 <neilb@suse.de>
drivers/md/bitmap.c
This page took 0.025077 seconds and 5 git commands to generate.