diff --git a/[refs] b/[refs] index fc6df0cea697..0bb57aaf58ca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8932c2e0dcae52e73430878fd8a7a7800176eada +refs/heads/master: 9443a1d1f72c688646278c06d0a9a3c79e895325 diff --git a/trunk/drivers/md/md.c b/trunk/drivers/md/md.c index f19b874753a9..30a93d64921e 100644 --- a/trunk/drivers/md/md.c +++ b/trunk/drivers/md/md.c @@ -3977,11 +3977,6 @@ static int md_ioctl(struct inode *inode, struct file *file, 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; }