aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDennis Stosberg <dennis@stosberg.net>2006-11-13 09:15:20 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2006-11-16 14:30:26 -0800
commitd355c3c23ce56ab83e41f2bfb30d02fb90618530 (patch)
treea586bf95cb53525761139b10864014953cf36e80 /drivers
parentdebugfs: check return value correctly (diff)
downloadlinux-dev-d355c3c23ce56ab83e41f2bfb30d02fb90618530.tar.xz
linux-dev-d355c3c23ce56ab83e41f2bfb30d02fb90618530.zip
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 <dennis@stosberg.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/aoe/aoeblk.c1
1 files changed, 1 insertions, 0 deletions
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 = {