Re: [PATCH 28/32] target: Convert acl_pr_ref_count to kref

2013-12-16 Thread Nicholas A. Bellinger
On Fri, 2013-12-13 at 15:59 -0800, Andy Grover wrote: > In fabrics' drop_nodeacl function, do not kfree the nacl. We are > now calling fabrics' tpg_release_fabric_acl later when its refcount > goes to zero, which will kfree it. > > Signed-off-by: Andy Grover > --- > Documentation/target/tcm_mod_

[PATCH 28/32] target: Convert acl_pr_ref_count to kref

2013-12-13 Thread Andy Grover
In fabrics' drop_nodeacl function, do not kfree the nacl. We are now calling fabrics' tpg_release_fabric_acl later when its refcount goes to zero, which will kfree it. Signed-off-by: Andy Grover --- Documentation/target/tcm_mod_builder.py |1 - drivers/infiniband/ulp/srpt/ib_srpt.c