Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a0ec5c3 authored by JackieLiu's avatar JackieLiu Committed by Shaohua Li
Browse files

md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedly



R5c_make_stripe_write_out has set this flag, do not need to set again.

Signed-off-by: default avatarJackieLiu <liuyun01@kylinos.cn>
Signed-off-by: default avatarShaohua Li <shli@fb.com>
parent dbd22c8d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1247,8 +1247,6 @@ static void r5c_flush_stripe(struct r5conf *conf, struct stripe_head *sh)
	atomic_inc(&conf->active_stripes);
	r5c_make_stripe_write_out(sh);

	if (!test_and_set_bit(STRIPE_PREREAD_ACTIVE, &sh->state))
		atomic_inc(&conf->preread_active_stripes);
	raid5_release_stripe(sh);
}