The patch titled md: remove useless ioctl warning has been removed from the -mm tree. Its filename is md-remove-useless-ioctl-warning.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: md: remove useless ioctl warning From: NeilBrown <neilb@xxxxxxx> This warning was slightly useful back in 2.2 days, but is more an annoyance now. It makes it awkward to add new ioctls (that we we are likely to do that in the current climate, but it is possible). Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/md/md.c | 5 ----- 1 file changed, 5 deletions(-) diff -puN drivers/md/md.c~md-remove-useless-ioctl-warning drivers/md/md.c --- a/drivers/md/md.c~md-remove-useless-ioctl-warning +++ a/drivers/md/md.c @@ -3977,11 +3977,6 @@ static int md_ioctl(struct inode *inode, goto done_unlock; default: - if (_IOC_TYPE(cmd) == MD_MAJOR) - printk(KERN_WARNING "md: %s(pid %d) used" - " obsolete MD ioctl, upgrade your" - " software to use new ictls.\n", - current->comm, current->pid); err = -EINVAL; goto abort_unlock; } _ Patches currently in -mm which might be from neilb@xxxxxxx are origin.patch generic_file_buffered_write-deadlock-on-vectored-write.patch md-dm-reduce-stack-usage-with-stacked-block-devices.patch lockdep-annotate-sunrpc-code.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