Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276462
b: refs/heads/master
c: 5f655e8
h: refs/heads/master
v: v3
  • Loading branch information
Bart Van Assche authored and Nicholas Bellinger committed Dec 6, 2011
1 parent ad19542 commit 697b674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 330694a50f5b80e983136237c10516810fb427a9
refs/heads/master: 5f655e8d2a7cdc41943f929e86054051d7441ec5
6 changes: 3 additions & 3 deletions trunk/include/target/target_core_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ struct se_cmd {
/* Transport protocol dependent state, see transport_state_table */
enum transport_state_table t_state;
/* Used to signal cmd->se_tfo->check_release_cmd() usage per cmd */
int check_release:1;
int cmd_wait_set:1;
unsigned check_release:1;
unsigned cmd_wait_set:1;
/* See se_cmd_flags_table */
u32 se_cmd_flags;
u32 se_ordered_id;
Expand Down Expand Up @@ -560,7 +560,7 @@ struct se_node_acl {
} ____cacheline_aligned;

struct se_session {
int sess_tearing_down:1;
unsigned sess_tearing_down:1;
u64 sess_bin_isid;
struct se_node_acl *se_node_acl;
struct se_portal_group *se_tpg;
Expand Down

0 comments on commit 697b674

Please sign in to comment.