Skip to content

Commit

Permalink
aoe: Add forgotten NULL at end of attribute list in aoeblk.c
Browse files Browse the repository at this point in the history
This caused the system to stall when the aoe module was loaded.  The
error was introduced in commit 4ca5224

Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Dennis Stosberg authored and Greg Kroah-Hartman committed Nov 16, 2006
1 parent 7bb0386 commit d355c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/block/aoe/aoeblk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit d355c3c

Please sign in to comment.