projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bb0386
)
aoe: Add forgotten NULL at end of attribute list in aoeblk.c
author
Dennis Stosberg
<dennis@stosberg.net>
Mon, 13 Nov 2006 08:15:20 +0000
(09:15 +0100)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/aoe/aoeblk.c
b/drivers/block/aoe/aoeblk.c
index d433f27e0ce2529c1617a6584e42abe55be62d36..aa25f8b09fe3092fc93093a29c8757c6229f6563 100644
(file)
--- 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 = {