public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ed L Cashin <ecashin@coraid.com>
To: Coywolf Qi Hunt <coywolf@gmail.com>
Cc: linux-kernel@vger.kernel.org, Greg K-H <greg@kroah.com>
Subject: Re: [PATCH 2.6.15-rc7] aoe [4/7]: use less confusing driver name
Date: Thu, 05 Jan 2006 11:35:29 -0500	[thread overview]
Message-ID: <87hd8i63am.fsf@coraid.com> (raw)
In-Reply-To: <2cd57c900601041650j6b3e7ea6u@mail.gmail.com> (Coywolf Qi Hunt's message of "Thu, 5 Jan 2006 08:50:40 +0800")

Coywolf Qi Hunt <coywolf@gmail.com> writes:

[Ed writes]
...
>> Coywolf Qi Hunt <coywolf@gmail.com> writes:
...
>> > Better simply be `AoE v%s'?
>>
>> That would be nice, but there's a driver for the 2.4 linux kernel that
>> has an independent version number, so the "6" distinguishes the 2.6
>> aoe driver from the 2.4 aoe driver.
>
> But 2.4 and 2.6 driver never meet each other, right?

Yes, after thinking it over more, I agree.  Here's a new version of
this patch.


Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com>

Users were confused by the driver being called "aoe-2.6-$version".
This form looks less like a Linux kernel version number.

Index: 2.6.15-rc7-aoe/drivers/block/aoe/aoemain.c
===================================================================
--- 2.6.15-rc7-aoe.orig/drivers/block/aoe/aoemain.c	2006-01-05 11:30:14.000000000 -0500
+++ 2.6.15-rc7-aoe/drivers/block/aoe/aoemain.c	2006-01-05 11:30:15.000000000 -0500
@@ -89,7 +89,7 @@
 	}
 
 	printk(KERN_INFO
-	       "aoe: aoe_init: AoE v2.6-%s initialised.\n",
+	       "aoe: aoe_init: AoE v%s initialised.\n",
 	       VERSION);
 	discover_timer(TINIT);
 	return 0;




-- 
  Ed L Cashin <ecashin@coraid.com>


  reply	other threads:[~2006-01-05 16:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-03 21:05 [PATCH 2.6.15-rc7] aoe [1/7]: zero packet data after skb allocation Ed L. Cashin
2006-01-03 21:07 ` [PATCH 2.6.15-rc7] aoe [2/7]: support dynamic resizing of AoE devices Ed L. Cashin
2006-01-03 21:07 ` [PATCH 2.6.15-rc7] aoe [3/7]: increase allowed outstanding packets Ed L. Cashin
2006-01-03 21:08 ` [PATCH 2.6.15-rc7] aoe [4/7]: use less confusing driver name Ed L. Cashin
2006-01-04  6:02   ` Coywolf Qi Hunt
2006-01-04 16:31     ` Ed L Cashin
2006-01-05  0:50       ` Coywolf Qi Hunt
2006-01-05 16:35         ` Ed L Cashin [this message]
2006-01-03 21:08 ` [PATCH 2.6.15-rc7] aoe [5/7]: allow network interface migration on packet retransmit Ed L. Cashin
2006-01-03 21:08 ` [PATCH 2.6.15-rc7] aoe [6/7]: update device information on last close Ed L. Cashin
2006-01-03 21:08 ` [PATCH 2.6.15-rc7] aoe [7/7]: update driver version number Ed L. Cashin

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=87hd8i63am.fsf@coraid.com \
    --to=ecashin@coraid.com \
    --cc=coywolf@gmail.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    /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