IB/srp: Increase block layer timeout

Increase the block layer timeout for disks so that it is above the
InfiniBand transport layer timeout.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: David Dillow <dillowda@ornl.gov>
Signed-off-by: Roland Dreier <roland@purestorage.com>
This commit is contained in:
Bart Van Assche 2011-09-03 09:34:48 +02:00 committed by Roland Dreier
parent f4a75d2eb7
commit c9b03c1ae5
2 changed files with 47 additions and 0 deletions

View file

@ -163,6 +163,8 @@ struct srp_target_port {
struct ib_sa_query *path_query;
int path_query_id;
u32 rq_tmo_jiffies;
struct ib_cm_id *cm_id;
int max_ti_iu_len;