Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242671
b: refs/heads/master
c: 523f3c8
h: refs/heads/master
i:
  242669: ea3209f
  242667: 2dac91b
  242663: 4ca14dd
  242655: bb91b45
v: v3
  • Loading branch information
Vasiliy Kulikov authored and James Bottomley committed Mar 23, 2011
1 parent 0ebd92a commit 447b23a
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: 877a55979c189c590e819a61cbbe2b7947875f17
refs/heads/master: 523f3c80bc41d663d5b35c0cd6ce0fad7f3e7188
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_transport_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ store_priv_session_##field(struct device *dev, \
#define iscsi_priv_session_rw_attr(field, format) \
iscsi_priv_session_attr_show(field, format) \
iscsi_priv_session_attr_store(field) \
static ISCSI_CLASS_ATTR(priv_sess, field, S_IRUGO | S_IWUGO, \
static ISCSI_CLASS_ATTR(priv_sess, field, S_IRUGO | S_IWUSR, \
show_priv_session_##field, \
store_priv_session_##field)
iscsi_priv_session_rw_attr(recovery_tmo, "%d");
Expand Down

0 comments on commit 447b23a

Please sign in to comment.