]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid5: remove the redundant setting of STRIPE_HANDLE
authorGuoqing Jiang <guoqing.jiang@cloud.ionos.com>
Tue, 28 Jul 2020 10:01:40 +0000 (12:01 +0200)
committerSong Liu <songliubraving@fb.com>
Mon, 3 Aug 2020 06:03:51 +0000 (23:03 -0700)
commita5f02d0b824ca25c5b7197887337f7e550554ed8
treef880d4a626c9b6465e1e2adfa76fb1a36f661751
parent4eecf88e9ff3db07251a7a86ff62c438dc9ed181
md/raid5: remove the redundant setting of STRIPE_HANDLE

The flag is already set before compare rcw with rmw, so it is
not necessary to do it again.

Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/raid5.c