diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-12-15 18:35:24 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-12-15 18:35:24 -0500 |
commit | 2a1e1379bae53f647c463a677cc2ec71b591c348 (patch) | |
tree | a152beb5e8679e94430c5b47bf798dd8a2d4fd5d /drivers/scsi/iscsi_tcp.c | |
parent | 787926b1b2d21d42ca462dc736b77f1a4a30c503 (diff) | |
parent | 7b6666530e2736f190a2629c8abe34275054449f (diff) |
Merge by hand (conflicts in scsi_lib.c)
This merge is pretty extensive. The conflict is over the new
req->retries parameter, so I had to change the prototype to
scsi_setup_blk_pc_cmnd() and the usage in sd, sr and st.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/iscsi_tcp.c')
-rw-r--r-- | drivers/scsi/iscsi_tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c index 2d12355eed33..10bcf42cb65c 100644 --- a/drivers/scsi/iscsi_tcp.c +++ b/drivers/scsi/iscsi_tcp.c | |||
@@ -3391,7 +3391,7 @@ iscsi_conn_set_param(iscsi_connh_t connh, enum iscsi_param param, | |||
3391 | switch(param) { | 3391 | switch(param) { |
3392 | case ISCSI_PARAM_MAX_RECV_DLENGTH: { | 3392 | case ISCSI_PARAM_MAX_RECV_DLENGTH: { |
3393 | char *saveptr = conn->data; | 3393 | char *saveptr = conn->data; |
3394 | int flags = GFP_KERNEL; | 3394 | gfp_t flags = GFP_KERNEL; |
3395 | 3395 | ||
3396 | if (conn->data_size >= value) { | 3396 | if (conn->data_size >= value) { |
3397 | conn->max_recv_dlength = value; | 3397 | conn->max_recv_dlength = value; |