summaryrefslogtreecommitdiff
path: root/drivers/md/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index d05e3125d298..78cca0c4e959 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--;
}