The patch titled aoe: Add forgotten NULL at end of attribute list in aoeblk.c has been removed from the -mm tree. Its filename was aoe-add-forgotten-null-at-end-of-attribute-list-in-aoeblkc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: aoe: Add forgotten NULL at end of attribute list in aoeblk.c From: Dennis Stosberg <dennis@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/block/aoe/aoeblk.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/block/aoe/aoeblk.c~aoe-add-forgotten-null-at-end-of-attribute-list-in-aoeblkc drivers/block/aoe/aoeblk.c --- a/drivers/block/aoe/aoeblk.c~aoe-add-forgotten-null-at-end-of-attribute-list-in-aoeblkc +++ a/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 = { _ Patches currently in -mm which might be from dennis@xxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html