diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-11-08 08:19:14 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-11-08 08:19:14 +0100 |
commit | f919643362f45c65457e01ddd9aed0682497b2f8 (patch) | |
tree | 9003a28510b6e4f280c6747caef04a5f51af7719 /drivers | |
parent | aac3c5dc8d5cc67c0523fc47faace5ee1b7093e2 (diff) |
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 <bunk@stusta.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index d05e3125d29..78cca0c4e95 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--; } |