projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac3c5d
)
drivers/md/md.c: update START_ARRAY printk
author
Adrian Bunk
<bunk@stusta.de>
Wed, 8 Nov 2006 07:19:14 +0000
(08:19 +0100)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index d05e3125d298bd5c7083204d6f24d098e002c66e..78cca0c4e95953f4a7b9d6d6e627de1ac7a67392 100644
(file)
--- 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--;
}