mbox series

[0/4] nbd: cmd timeout fixes V2

Message ID 20190813163952.23486-1-mchristi@redhat.com (mailing list archive)
Headers show
Series nbd: cmd timeout fixes V2 | expand

Message

Mike Christie Aug. 13, 2019, 4:39 p.m. UTC
The following patches fix bugs related to the nbd cmd timeout feature.

The patches were made over Linus's current tree and also apply over
this nbd patch:

https://marc.info/?l=linux-block&m=156494582914495&w=2

V2:
- Fix patch4 so it allows resetting of the nbd cmd timeout to 0 as well
initializing it to 0.
- Add Josef's revewied-by tag.

Comments

Jens Axboe Aug. 20, 2019, 6:44 p.m. UTC | #1
On 8/13/19 10:39 AM, Mike Christie wrote:
> The following patches fix bugs related to the nbd cmd timeout feature.
> 
> The patches were made over Linus's current tree and also apply over
> this nbd patch:
> 
> https://marc.info/?l=linux-block&m=156494582914495&w=2
> 
> V2:
> - Fix patch4 so it allows resetting of the nbd cmd timeout to 0 as well
> initializing it to 0.
> - Add Josef's revewied-by tag.

Applied for 5.4, thanks Mike.