From: Adrian Bunk Date: Wed, 8 Nov 2006 07:19:14 +0000 (+0100) Subject: drivers/md/md.c: update START_ARRAY printk X-Git-Tag: v2.6.16.32-rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f919643362f45c65457e01ddd9aed0682497b2f8;p=thirdparty%2Fkernel%2Fstable.git drivers/md/md.c: update START_ARRAY printk START_ARRAY will not be removed in 2.6.16, therefore replace the date reference with a kernel version reference. Signed-off-by: Adrian Bunk --- diff --git a/drivers/md/md.c b/drivers/md/md.c index d05e3125d298b..78cca0c4e9595 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -3662,7 +3662,7 @@ static int md_ioctl(struct inode *inode, struct file *file, if (cnt > 0 ) { printk(KERN_WARNING "md: %s(pid %d) used deprecated START_ARRAY ioctl. " - "This will not be supported beyond July 2006\n", + "START_ARRAY is removed in kernel 2.6.19 and above.\n", current->comm, current->pid); cnt--; }