]> git.baikalelectronics.ru Git - kernel.git/commit
dm stripe: remove minimum stripe size
authorMikulas Patocka <mpatocka@redhat.com>
Fri, 27 Jul 2012 14:08:01 +0000 (15:08 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Fri, 27 Jul 2012 14:08:01 +0000 (15:08 +0100)
commit605df3ada51c3b18f1da291b4140b2b06cab3b1f
tree6cf160e729c423c3eb003e5c4f4d921a62b556ca
parenta82d50f8ccbc8f008a1df299d0e57e61e3c6fa2a
dm stripe: remove minimum stripe size

There is no technical limitation in device mapper that would prevent the
dm-stripe target from using a stripe size smaller than page size.

This patch removes the limit and makes stripe volumes portable across
architectures with different page size.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-stripe.c