提交 d355c3c2 编写于 作者: D Dennis Stosberg 提交者: Greg Kroah-Hartman

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 4ca5224fSigned-off-by: NDennis Stosberg <dennis@stosberg.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 7bb0386f
......@@ -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 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册