linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: mingo@redhat.com, neilb@cse.unsw.edu.au
Cc: linux-raid@vger.kernel.org
Subject: FYI: [2.6.16 patch] drivers/md/md.c: update START_ARRAY printk
Date: Wed, 8 Nov 2006 08:24:28 +0100	[thread overview]
Message-ID: <20061108072428.GQ4729@stusta.de> (raw)

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--;
 		}

             reply	other threads:[~2006-11-08  7:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-08  7:24 Adrian Bunk [this message]
2006-11-08 22:55 ` FYI: [2.6.16 patch] drivers/md/md.c: update START_ARRAY printk Neil Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061108072428.GQ4729@stusta.de \
    --to=bunk@stusta.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=neilb@cse.unsw.edu.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).