The patch titled md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspace has been added to the -mm tree. Its filename is md-allow-set_bitmap_file-to-work-on-64bit-kernel-with-32bit-userspace.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspace From: Paul Clements <paul.clements@xxxxxxxxxxxx> Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/compat_ioctl.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/compat_ioctl.h~md-allow-set_bitmap_file-to-work-on-64bit-kernel-with-32bit-userspace include/linux/compat_ioctl.h --- a/include/linux/compat_ioctl.h~md-allow-set_bitmap_file-to-work-on-64bit-kernel-with-32bit-userspace +++ a/include/linux/compat_ioctl.h @@ -125,6 +125,7 @@ COMPATIBLE_IOCTL(RUN_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY_RO) COMPATIBLE_IOCTL(RESTART_ARRAY_RW) +ULONG_IOCTL(SET_BITMAP_FILE) /* DM */ COMPATIBLE_IOCTL(DM_VERSION_32) COMPATIBLE_IOCTL(DM_REMOVE_ALL_32) _ Patches currently in -mm which might be from paul.clements@xxxxxxxxxxxx are md-new-sysfs-interface-for-setting-bits-in-the-write-intent-bitmap.patch md-use-ffz-instead-of-find_first_set-to-convert-multiplier-to-shift.patch md-allow-set_bitmap_file-to-work-on-64bit-kernel-with-32bit-userspace.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html