linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* FYI: [2.6.16 patch] drivers/md/md.c: update START_ARRAY printk
@ 2006-11-08  7:24 Adrian Bunk
  2006-11-08 22:55 ` Neil Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-11-08  7:24 UTC (permalink / raw)
  To: mingo, neilb; +Cc: linux-raid

FYI: I've just committed the patch below in the 2.6.16 tree.

cu
Adrian


commit f919643362f45c65457e01ddd9aed0682497b2f8
Author: Adrian Bunk <bunk@stusta.de>
Date:   Wed Nov 8 08:19:14 2006 +0100

    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>

diff --git a/drivers/md/md.c b/drivers/md/md.c
index d05e312..78cca0c 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -3662,7 +3662,7 @@ static int md_ioctl(struct inode *inode,
 		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--;
 		}

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: FYI: [2.6.16 patch] drivers/md/md.c: update START_ARRAY printk
  2006-11-08  7:24 FYI: [2.6.16 patch] drivers/md/md.c: update START_ARRAY printk Adrian Bunk
@ 2006-11-08 22:55 ` Neil Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2006-11-08 22:55 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: mingo, linux-raid

On Wednesday November 8, bunk@stusta.de wrote:
> FYI: I've just committed the patch below in the 2.6.16 tree.
>

Very appropriate, thanks.

NeilBrown

> diff --git a/drivers/md/md.c b/drivers/md/md.c
> index d05e312..78cca0c 100644
> --- a/drivers/md/md.c
> +++ b/drivers/md/md.c
> @@ -3662,7 +3662,7 @@ static int md_ioctl(struct inode *inode,
>  		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--;
>  		}

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-08 22:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08  7:24 FYI: [2.6.16 patch] drivers/md/md.c: update START_ARRAY printk Adrian Bunk
2006-11-08 22:55 ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).