* [PATCH] aoe: Add forgotten NULL at end of attribute list in aoeblk.c
@ 2006-11-13 8:15 Dennis Stosberg
2006-11-16 16:15 ` Ed L. Cashin
0 siblings, 1 reply; 2+ messages in thread
From: Dennis Stosberg @ 2006-11-13 8:15 UTC (permalink / raw)
To: Greg Kroah-Hartman, Ed L. Cashin; +Cc: linux-kernel
This caused the system to stall when the aoe module was loaded. The
error was introduced in commit 4ca5224f3ea4779054d96e885ca9b3980801ce13
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
---
The log of the caused error can be found at
http://stosberg.net/tmp/aoe_trace.txt
drivers/block/aoe/aoeblk.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c
index d433f27..aa25f8b 100644
--- a/drivers/block/aoe/aoeblk.c
+++ b/drivers/block/aoe/aoeblk.c
@@ -68,6 +68,7 @@ static struct attribute *aoe_attrs[] = {
&disk_attr_mac.attr,
&disk_attr_netif.attr,
&disk_attr_fwver.attr,
+ NULL
};
static const struct attribute_group attr_group = {
--
1.4.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] aoe: Add forgotten NULL at end of attribute list in aoeblk.c
2006-11-13 8:15 [PATCH] aoe: Add forgotten NULL at end of attribute list in aoeblk.c Dennis Stosberg
@ 2006-11-16 16:15 ` Ed L. Cashin
0 siblings, 0 replies; 2+ messages in thread
From: Ed L. Cashin @ 2006-11-16 16:15 UTC (permalink / raw)
To: Dennis Stosberg; +Cc: Greg Kroah-Hartman, linux-kernel
On Mon, Nov 13, 2006 at 09:15:20AM +0100, Dennis Stosberg wrote:
> This caused the system to stall when the aoe module was loaded. The
> error was introduced in commit 4ca5224f3ea4779054d96e885ca9b3980801ce13
Boy, I've been totally spoiled by the gitweb at kernel.org. It's been
unavailable lately.
Anyway, thanks for the fix. It looks good to me if it looks good to
Greg---after a google search it appears that your patch is a followup
to his consolidation of the attributes.
> Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
> ---
>
> The log of the caused error can be found at
> http://stosberg.net/tmp/aoe_trace.txt
>
> drivers/block/aoe/aoeblk.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c
> index d433f27..aa25f8b 100644
> --- a/drivers/block/aoe/aoeblk.c
> +++ b/drivers/block/aoe/aoeblk.c
> @@ -68,6 +68,7 @@ static struct attribute *aoe_attrs[] = {
> &disk_attr_mac.attr,
> &disk_attr_netif.attr,
> &disk_attr_fwver.attr,
> + NULL
> };
>
> static const struct attribute_group attr_group = {
> --
> 1.4.3.3
--
Ed L Cashin <ecashin@coraid.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-16 16:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-13 8:15 [PATCH] aoe: Add forgotten NULL at end of attribute list in aoeblk.c Dennis Stosberg
2006-11-16 16:15 ` Ed L. Cashin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.