]> git.karo-electronics.de Git - linux-beck.git/commitdiff
aoe: Add forgotten NULL at end of attribute list in aoeblk.c
authorDennis Stosberg <dennis@stosberg.net>
Mon, 13 Nov 2006 08:15:20 +0000 (09:15 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Nov 2006 22:30:26 +0000 (14:30 -0800)
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>
drivers/block/aoe/aoeblk.c

index d433f27e0ce2529c1617a6584e42abe55be62d36..aa25f8b09fe3092fc93093a29c8757c6229f6563 100644 (file)
@@ -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 = {