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 4ca5224f3e
Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7bb0386f10
commit
d355c3c23c
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue