From d2a5128e9537057f567c37a23b25c654741c89a1 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Mon, 26 Jun 2006 00:27:37 -0700 Subject: [PATCH] --- yaml --- r: 30357 b: refs/heads/master c: 9443a1d1f72c688646278c06d0a9a3c79e895325 h: refs/heads/master i: 30355: a73fba52ca5d44ba5e79c0ed72198af65befc7bc v: v3 --- [refs] | 2 +- trunk/drivers/md/md.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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; }