The patch titled md: add another COMPAT_IOCTL for md has been removed from the -mm tree. Its filename was md-add-another-compat_ioctl-for-md.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: md: add another COMPAT_IOCTL for md From: NeilBrown <neilb@xxxxxxx> .. so that you can use bitmaps with 32bit userspace on a 64 bit kernel. 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-add-another-compat_ioctl-for-md include/linux/compat_ioctl.h --- a/include/linux/compat_ioctl.h~md-add-another-compat_ioctl-for-md +++ a/include/linux/compat_ioctl.h @@ -131,6 +131,7 @@ COMPATIBLE_IOCTL(RUN_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY_RO) COMPATIBLE_IOCTL(RESTART_ARRAY_RW) +COMPATIBLE_IOCTL(GET_BITMAP_FILE) ULONG_IOCTL(SET_BITMAP_FILE) /* DM */ COMPATIBLE_IOCTL(DM_VERSION_32) _ Patches currently in -mm which might be from neilb@xxxxxxx are md-fix-bug-where-spares-dont-always-get-rebuilt-properly-when-they-become-live.patch md-simplify-checking-of-available-size-when-resizing-an-array.patch md-fix-up-maintenance-of-degraded-in-multipath.patch md-fix-printk-format-warnings-seen-on-powerpc64.patch lockdep-annotate-nfs-nfsd-in-kernel-sockets.patch lockdep-annotate-nfs-nfsd-in-kernel-sockets-tidy.patch remove-lock_key-approach-to-managing-nested-bd_mutex-locks.patch simplify-some-aspects-of-bd_mutex-nesting.patch use-mutex_lock_nested-for-bd_mutex-to-avoid-lockdep-warning.patch avoid-lockdep-warning-in-md.patch lockdep-annotate-nfsd4-recover-code.patch md-conditionalize-some-code.patch md-dm-reduce-stack-usage-with-stacked-block-devices.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