Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287359
b: refs/heads/master
c: e8904dc
h: refs/heads/master
i:
  287357: 7ef8a9e
  287355: 601a3ea
  287351: d36e50b
  287343: 594ea27
  287327: 6ec08d5
  287295: 6505319
  287231: f7cbedc
v: v3
  • Loading branch information
Jesper Juhl authored and Nicholas Bellinger committed Jan 18, 2012
1 parent 649d1d9 commit a5f9cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f8d48ae52eeec906d7fb42485eb26a5d305bab0a
refs/heads/master: e8904dc5008ef92f0f62391d6557f03f921eeb32
4 changes: 2 additions & 2 deletions trunk/drivers/target/iscsi/iscsi_target_erl1.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ void iscsit_mod_dataout_timer(struct iscsi_cmd *cmd)
{
struct iscsi_conn *conn = cmd->conn;
struct iscsi_session *sess = conn->sess;
struct iscsi_node_attrib *na = na = iscsit_tpg_get_node_attrib(sess);
struct iscsi_node_attrib *na = iscsit_tpg_get_node_attrib(sess);

spin_lock_bh(&cmd->dataout_timeout_lock);
if (!(cmd->dataout_timer_flags & ISCSI_TF_RUNNING)) {
Expand All @@ -1261,7 +1261,7 @@ void iscsit_start_dataout_timer(
struct iscsi_conn *conn)
{
struct iscsi_session *sess = conn->sess;
struct iscsi_node_attrib *na = na = iscsit_tpg_get_node_attrib(sess);
struct iscsi_node_attrib *na = iscsit_tpg_get_node_attrib(sess);

if (cmd->dataout_timer_flags & ISCSI_TF_RUNNING)
return;
Expand Down

0 comments on commit a5f9cfd

Please sign in to comment.