Re: [Virtio-fs] [PATCH v2] virtiofsd: Do not support blocking flock

2022-02-15 Thread Dr. David Alan Gilbert
* Sebastian Hasler (sebastian.has...@stuvus.uni-stuttgart.de) wrote: > With the current implementation, blocking flock can lead to > deadlock. Thus, it's better to return EOPNOTSUPP if a user attempts > to perform a blocking flock request. > > Signed-off-by: Sebastian Hasler Queued, apologies

Re: [Virtio-fs] [PATCH v2] virtiofsd: Do not support blocking flock

2022-01-17 Thread Greg Kurz
On Thu, 13 Jan 2022 16:32:49 +0100 Sebastian Hasler wrote: > With the current implementation, blocking flock can lead to > deadlock. Thus, it's better to return EOPNOTSUPP if a user attempts > to perform a blocking flock request. > > Signed-off-by: Sebastian Hasler > --- Reviewed-by: Greg

Re: [Virtio-fs] [PATCH v2] virtiofsd: Do not support blocking flock

2022-01-14 Thread Vivek Goyal
On Thu, Jan 13, 2022 at 04:32:49PM +0100, Sebastian Hasler wrote: > With the current implementation, blocking flock can lead to > deadlock. Thus, it's better to return EOPNOTSUPP if a user attempts > to perform a blocking flock request. > > Signed-off-by: Sebastian Hasler Reviewed-by: Vivek