diff options
author | NeilBrown <neilb@suse.de> | 2012-03-19 12:46:40 +1100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-03-19 12:46:40 +1100 |
commit | 278c1ca2f254d0695d2eba79793d20ce785323ea (patch) | |
tree | 42be282251b17c16e030d7083eef4bbeefe60b41 /drivers/md/dm-snap.c | |
parent | 57148964d946614ffc6621539096ded1e7d896ab (diff) |
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>
Diffstat (limited to 'drivers/md/dm-snap.c')
0 files changed, 0 insertions, 0 deletions