linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix force assemblation
@ 2022-04-04 14:01 Kinga Tanska
  2022-04-04 14:01 ` [PATCH v2 1/2] Assemble: check if device is container before scheduling force-clean update Kinga Tanska
  2022-04-04 14:01 ` [PATCH v2 2/2] mdadm: replace container level checking with inline Kinga Tanska
  0 siblings, 2 replies; 5+ messages in thread
From: Kinga Tanska @ 2022-04-04 14:01 UTC (permalink / raw)
  To: linux-raid; +Cc: jes, colyli

Series of patches contains fix to prevent update operation
for container, when force assemblation is triggered. To unify all
uses of checking array level, inline function was introduced and
propagated.

Kinga Tanska (2):
  Assemble: check if device is container before scheduling force-clean
    update
  mdadm: replace container level checking with inline

 Assemble.c    | 10 ++++------
 Create.c      |  6 +++---
 Grow.c        |  6 +++---
 Incremental.c |  4 ++--
 mdadm.h       | 14 ++++++++++++++
 super-ddf.c   |  6 +++---
 super-intel.c |  4 ++--
 super0.c      |  2 +-
 super1.c      |  2 +-
 sysfs.c       |  2 +-
 10 files changed, 34 insertions(+), 22 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2022-04-06 17:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04 14:01 [PATCH v2 0/2] Fix force assemblation Kinga Tanska
2022-04-04 14:01 ` [PATCH v2 1/2] Assemble: check if device is container before scheduling force-clean update Kinga Tanska
2022-04-06 16:00   ` Coly Li
2022-04-04 14:01 ` [PATCH v2 2/2] mdadm: replace container level checking with inline Kinga Tanska
2022-04-06 16:05   ` Coly Li

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).