aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/md/md.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index f19b874753a9..30a93d64921e 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -3977,11 +3977,6 @@ static int md_ioctl(struct inode *inode, struct file *file,
3977 goto done_unlock; 3977 goto done_unlock;
3978 3978
3979 default: 3979 default:
3980 if (_IOC_TYPE(cmd) == MD_MAJOR)
3981 printk(KERN_WARNING "md: %s(pid %d) used"
3982 " obsolete MD ioctl, upgrade your"
3983 " software to use new ictls.\n",
3984 current->comm, current->pid);
3985 err = -EINVAL; 3980 err = -EINVAL;
3986 goto abort_unlock; 3981 goto abort_unlock;
3987 } 3982 }