commit | 0692c6b1cf5537b190f90fb5903f1af89a41b0a8 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed Nov 08 17:44:48 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 08 18:29:24 2006 -0800 |
tree | 4686d65a3020e41501feda573350f5e2d43629d5 | |
parent | 2f4713036114dd13d1f4fe433b7f236250b65f5a [diff] |
[PATCH] md: fix sizing problem with raid5-reshape and CONFIG_LBD=n I forgot to has the size-in-blocks to (loff_t) before shifting up to a size-in-bytes. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>