From: Dennis Stosberg Date: Mon, 13 Nov 2006 08:15:20 +0000 (+0100) Subject: aoe: Add forgotten NULL at end of attribute list in aoeblk.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d355c3c23ce56ab83e41f2bfb30d02fb90618530;p=linux-beck.git aoe: Add forgotten NULL at end of attribute list in aoeblk.c This caused the system to stall when the aoe module was loaded. The error was introduced in commit 4ca5224f3ea4779054d96e885ca9b3980801ce13 Signed-off-by: Dennis Stosberg Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c index d433f27e0ce2..aa25f8b09fe3 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 = {