Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344767
b: refs/heads/master
c: 9f4ad44
h: refs/heads/master
i:
  344765: 9994ea2
  344763: e934331
  344759: b4a8ea6
  344751: d88d8d2
  344735: 4afc4c1
  344703: 4f2b369
v: v3
  • Loading branch information
Yi Zou authored and Nicholas Bellinger committed Dec 13, 2012
1 parent ce3e55a commit bcdf5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1fe2060d7e8f58a69374135e32e90f0bb79a7fd
refs/heads/master: 9f4ad44b264f8bb61ffdd607148215566568430d
2 changes: 1 addition & 1 deletion trunk/drivers/target/tcm_fc/tfc_sess.c
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,14 @@ static void ft_sess_rcu_free(struct rcu_head *rcu)
{
struct ft_sess *sess = container_of(rcu, struct ft_sess, rcu);

transport_deregister_session(sess->se_sess);
kfree(sess);
}

static void ft_sess_free(struct kref *kref)
{
struct ft_sess *sess = container_of(kref, struct ft_sess, kref);

transport_deregister_session(sess->se_sess);
call_rcu(&sess->rcu, ft_sess_rcu_free);
}

Expand Down

0 comments on commit bcdf5b3

Please sign in to comment.