Re: [PATCH] virtiofsd: Fix the help message of posix lock

2020-11-02 Thread Dr. David Alan Gilbert
* Jiachen Zhang (zhangjiachen.jay...@bytedance.com) wrote: > The commit 88fc107956a5812649e5918e0c092d3f78bb28ad disabled remote > posix locks by default. But the --help message still says it is enabled > by default. So fix it to output no_posix_lock. > > Signed-off-by: Jiachen Zhang Thanks, Qu

Re: [PATCH] virtiofsd: Fix the help message of posix lock

2020-10-27 Thread Dr. David Alan Gilbert
* Jiachen Zhang (zhangjiachen.jay...@bytedance.com) wrote: > The commit 88fc107956a5812649e5918e0c092d3f78bb28ad disabled remote > posix locks by default. But the --help message still says it is enabled > by default. So fix it to output no_posix_lock. > > Signed-off-by: Jiachen Zhang Thanks! R

Re: [PATCH] virtiofsd: Fix the help message of posix lock

2020-10-27 Thread Philippe Mathieu-Daudé
On 10/27/20 9:15 AM, Jiachen Zhang wrote: > The commit 88fc107956a5812649e5918e0c092d3f78bb28ad disabled remote > posix locks by default. But the --help message still says it is enabled > by default. So fix it to output no_posix_lock. > > Signed-off-by: Jiachen Zhang Reviewed-by: Philippe Mathie