forked from Minki/linux
dm ps io affinity: remove redundant continue statement
The continue statement at the end of a for-loop has no effect, remove it. Addresses-Coverity: ("Continue has no effect") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
parent
611c3e168b
commit
326dbde2e0
@ -91,7 +91,6 @@ static int ioa_add_path(struct path_selector *ps, struct dm_path *path,
|
||||
cpumask_set_cpu(cpu, s->path_mask);
|
||||
s->path_map[cpu] = pi;
|
||||
refcount_inc(&pi->refcount);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (refcount_dec_and_test(&pi->refcount)) {
|
||||
|
Loading…
Reference in New Issue
Block a user