Skip to content

Commit

Permalink
md/raid6: remove expectation that Q device is immediately after P dev…
Browse files Browse the repository at this point in the history
…ice.

Code currently assumes that the devices in a raid6 stripe are
  0 1 ... N-1 P Q
in some rotated order.  We will shortly add new layouts in which
this strict pattern is broken.
So remove this expectation.  We still assume that the data disks
are roughly in-order.  However P and Q can be inserted anywhere within
that order.

Signed-off-by: NeilBrown <neilb@suse.de>
  • Loading branch information
NeilBrown committed Mar 31, 2009
1 parent 112bf89 commit d0dabf7
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 94 deletions.
Loading

0 comments on commit d0dabf7

Please sign in to comment.