Re: [PATCH 0/9][v2] dasd: implement block timeout

2013-01-30 Thread Stefan Weinhuber
Hannes Reinecke wrote on 2013-01-30 10:26:10: > This patch series implements a block timeout handler for > DASDs. The main impetus was to allow for a fixed upper > timeout value after which a request is aborted. > This is required eg when implementing a host-based > mirroring system where

[PATCH 0/9][v2] dasd: implement block timeout

2013-01-30 Thread Hannes Reinecke
This patch series implements a block timeout handler for DASDs. The main impetus was to allow for a fixed upper timeout value after which a request is aborted. This is required eg when implementing a host-based mirroring system where otherwise the entire mirror would stall under certain

[PATCH 0/9][v2] dasd: implement block timeout

2013-01-30 Thread Hannes Reinecke
This patch series implements a block timeout handler for DASDs. The main impetus was to allow for a fixed upper timeout value after which a request is aborted. This is required eg when implementing a host-based mirroring system where otherwise the entire mirror would stall under certain

Re: [PATCH 0/9][v2] dasd: implement block timeout

2013-01-30 Thread Stefan Weinhuber
Hannes Reinecke h...@suse.de wrote on 2013-01-30 10:26:10: This patch series implements a block timeout handler for DASDs. The main impetus was to allow for a fixed upper timeout value after which a request is aborted. This is required eg when implementing a host-based mirroring system where