From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> Hi, This set solves the problem with adding internal bitmaps to 1.0 arrays. Basically there were two problems, one the sign extension from u32 to long was done incorrectly, and second we also tried to convert it to an 'unsigned long long' when passing it to the kernel. With these two applied I can succesfully add bitmaps to 1.0 arrays. Please hollor if you see any problems with this patchset. Cheers, Jes Jes Sorensen (2): Fix sign extension of bitmap_offset in super1.c Introduce sysfs_set_num_signed() and use it to set bitmap/offset Grow.c | 4 ++-- mdadm.h | 2 ++ super1.c | 4 ++-- sysfs.c | 8 ++++++++ 4 files changed, 14 insertions(+), 4 deletions(-) -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html