linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] raid10 bugfix
@ 2023-07-01  8:05 linan666
  2023-07-01  8:05 ` [PATCH v2 1/3] md/raid10: check replacement and rdev to prevent submit the same io twice linan666
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: linan666 @ 2023-07-01  8:05 UTC (permalink / raw)
  To: song, guoqing.jiang, xni, colyli
  Cc: linux-raid, linux-kernel, linan122, yukuai3, yi.zhang, houtao1,
	yangerkun

From: Li Nan <linan122@huawei.com>

Changes in v2:
 - patch 2/3, change function name to dereference_rdev_and_rrdev. Return
   rdev to reduce output argument.

Li Nan (3):
  md/raid10: check replacement and rdev to prevent submit the same io
    twice
  md/raid10: factor out dereference_rdev_and_rrdev()
  md/raid10: use dereference_rdev_and_rrdev() to get devices

 drivers/md/raid10.c | 42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-07  9:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-01  8:05 [PATCH v2 0/3] raid10 bugfix linan666
2023-07-01  8:05 ` [PATCH v2 1/3] md/raid10: check replacement and rdev to prevent submit the same io twice linan666
2023-07-01  8:05 ` [PATCH v2 2/3] md/raid10: factor out dereference_rdev_and_rrdev() linan666
2023-07-01  8:05 ` [PATCH v2 3/3] md/raid10: use dereference_rdev_and_rrdev() to get devices linan666
2023-07-07  9:14 ` [PATCH v2 0/3] raid10 bugfix Song Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).