All fabric drivers just do a kzalloc/kfree in their .tpg_alloc_fabric_acl/ .tpg_release_fabric_acl methods, which leads to a lot of code duplication. Istead allocate the node ACL in the core code, and allow drivers to override the size for the rare case that the fabric driver actually needs private data in the node ACL. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html