commit | 24b961f811a3e790a9b93604d2594bfb6cce4fa4 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Sun Apr 01 23:48:38 2012 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue Apr 03 15:37:26 2012 +1000 |
tree | 8cde643f6d3d142538d8e2499e65b368f5320bcc | |
parent | 18b9837ea0dc3cf844c6c4196871ce91d047bddb [diff] |
md: Avoid OOPS when reshaping raid1 to raid0 raid1 arrays do not have the notion of chunk size. Calculate the largest chunk sector size we can use to avoid a divide by zero OOPS when aligning the size of the new array to the chunk size. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>