[PATCH] md: mark START_ARRAY deprecated with a date
This was marked deprecated "after 2.6" back in the 2.5 days. But now it seems there isn't going to be any "after 2.6", and we deprecate by date now. So set a date. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
1887b93529
commit
e8a0033451
@@ -3156,7 +3156,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 2.6\n",
|
||||
"This will not be supported beyond July 2006\n",
|
||||
current->comm, current->pid);
|
||||
cnt--;
|
||||
}
|
||||
|
Reference in New Issue
Block a user