[SCSI] tcm_mod_builder.py: Fix generated *_drop_nodeacl() handler
authorFubo Chen <fubo.chen@gmail.com>
Mon, 14 Mar 2011 11:06:07 +0000 (04:06 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 23 Mar 2011 16:36:45 +0000 (11:36 -0500)
commitf45934e08c9640faa5d960633eaf840c29ea33a8
tree5b76358913a11b0b8e24da02777feedd7cccef44
parent12a18bdc27f81ba9d0a08a2462a49d339fff8b2d
[SCSI] tcm_mod_builder.py: Fix generated *_drop_nodeacl() handler

This patch adds the missing core_tpg_del_initiator_node_acl() call required
by fabric modules for struct se_node_acl->acl_group context shutdown via

target_core_fabric_configfs.c:target_fabric_nacl_base_release() ->

struct target_core_fabric_ops->fabric_drop_nodeacl()

for tcm_mod_builder.py generated $FABRIC_MOD_configfs.c skeleton code.

Signed-off-by: Fubo Chen <fubo.chen@gmail.com>
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Documentation/target/tcm_mod_builder.py
This page took 0.028506 seconds and 5 git commands to generate.