Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242692
b: refs/heads/master
c: f45934e
h: refs/heads/master
v: v3
  • Loading branch information
Fubo Chen authored and James Bottomley committed Mar 23, 2011
1 parent d525802 commit 5458a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12a18bdc27f81ba9d0a08a2462a49d339fff8b2d
refs/heads/master: f45934e08c9640faa5d960633eaf840c29ea33a8
1 change: 1 addition & 0 deletions trunk/Documentation/target/tcm_mod_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def tcm_mod_build_configfs(proto_ident, fabric_mod_dir_var, fabric_mod_name):
buf += "{\n"
buf += " struct " + fabric_mod_name + "_nacl *nacl = container_of(se_acl,\n"
buf += " struct " + fabric_mod_name + "_nacl, se_node_acl);\n"
buf += " core_tpg_del_initiator_node_acl(se_acl->se_tpg, se_acl, 1);\n"
buf += " kfree(nacl);\n"
buf += "}\n\n"

Expand Down

0 comments on commit 5458a22

Please sign in to comment.