commit | 191876729901d0c8dab8a331f9a1e4b73a56457b | [log] [tgz] |
---|---|---|
author | Richard Purdie <rpurdie@openedhand.com> | Fri Oct 27 09:09:33 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Nov 28 22:27:47 2006 +0000 |
tree | 1e25eb24ac84c09b0300e32eea55b33adc567015 | |
parent | 90afffc8bd79d130b58acd18f972ce4e00b8e20f [diff] |
[MTD] Allow variable block sizes in mtd_blkdevs Currently, mtd_blkdevs enforces a block size of 512, even if the drivers can seemingly request a different size. This patch fixes mtd_blkdevs so block sizes other than 512 work correctly. Signed-off-by: Richard Purdie <rpurdie@openedhand.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>