Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344753
b: refs/heads/master
c: 3c989d7
h: refs/heads/master
i:
  344751: d88d8d2
v: v3
  • Loading branch information
Wei Yongjun authored and Nicholas Bellinger committed Nov 28, 2012
1 parent e594299 commit d8f4d7d
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: b07c28aab52edffb592429637fed846c48dca0a8
refs/heads/master: 3c989d7603872bf878840f7ce3ea49b73bea4c6c
2 changes: 1 addition & 1 deletion trunk/drivers/target/iscsi/iscsi_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@ static void iscsit_build_conn_drop_async_message(struct iscsi_conn *conn)
if (!conn_p)
return;

cmd = iscsit_allocate_cmd(conn_p, GFP_KERNEL);
cmd = iscsit_allocate_cmd(conn_p, GFP_ATOMIC);
if (!cmd) {
iscsit_dec_conn_usage_count(conn_p);
return;
Expand Down

0 comments on commit d8f4d7d

Please sign in to comment.