drivers/md/md.c: update START_ARRAY printk
authorAdrian Bunk <bunk@stusta.de>
Wed, 8 Nov 2006 07:19:14 +0000 (08:19 +0100)
committerAdrian Bunk <bunk@stusta.de>
Wed, 8 Nov 2006 07:19:14 +0000 (08:19 +0100)
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 <bunk@stusta.de>
drivers/md/md.c

index d05e3125d298bd5c7083204d6f24d098e002c66e..78cca0c4e95953f4a7b9d6d6e627de1ac7a67392 100644 (file)
@@ -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--;
                }