Re: [PATCH v5 3/4] make nbd device wait for its users

2016-07-20 Thread Markus Pargmann
Hi, On Saturday 16 July 2016 16:06:36 Pranay Kr Srivastava wrote: > When a timeout occurs or a recv fails, then > instead of abruptly killing nbd block device > wait for its users to finish. > > This is more required when filesystem(s) like > ext2 or ext3 don't

Re: [PATCH v5 3/4] make nbd device wait for its users

2016-07-20 Thread Markus Pargmann
Hi, On Saturday 16 July 2016 16:06:36 Pranay Kr Srivastava wrote: > When a timeout occurs or a recv fails, then > instead of abruptly killing nbd block device > wait for its users to finish. > > This is more required when filesystem(s) like > ext2 or ext3 don't

Re: [PATCH v5 3/4] make nbd device wait for its users

2016-07-16 Thread Pranay Srivastava
Hi Markus On Sat, Jul 16, 2016 at 4:06 PM, Pranay Kr Srivastava wrote: > When a timeout occurs or a recv fails, then > instead of abruptly killing nbd block device > wait for its users to finish. > > This is more required when filesystem(s)

Re: [PATCH v5 3/4] make nbd device wait for its users

2016-07-16 Thread Pranay Srivastava
Hi Markus On Sat, Jul 16, 2016 at 4:06 PM, Pranay Kr Srivastava wrote: > When a timeout occurs or a recv fails, then > instead of abruptly killing nbd block device > wait for its users to finish. > > This is more required when filesystem(s) like > ext2 or

[PATCH v5 3/4] make nbd device wait for its users

2016-07-16 Thread Pranay Kr Srivastava
When a timeout occurs or a recv fails, then instead of abruptly killing nbd block device wait for its users to finish. This is more required when filesystem(s) like ext2 or ext3 don't expect their buffer heads to disappear while the filesystem is

[PATCH v5 3/4] make nbd device wait for its users

2016-07-16 Thread Pranay Kr Srivastava
When a timeout occurs or a recv fails, then instead of abruptly killing nbd block device wait for its users to finish. This is more required when filesystem(s) like ext2 or ext3 don't expect their buffer heads to disappear while the filesystem is