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)
commite3914d596f79742ce3038ffdf66e4fa585ad7cd5
treef880d4a626c9b6465e1e2adfa76fb1a36f661751
parentec164d07aa771370c7c24c1fa7f7692ad30f01cb
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