Re: [PATCH v3] file-posix: detect the lock using the real file

2020-12-14 Thread Feng Li
Hi, Daniel Thanks for your reply. I have just ended my trip, sorry for my late response. I will send out the v4. Daniel P. Berrangé 于2020年12月11日周五 上午12:55写道: > > On Fri, Dec 11, 2020 at 12:38:19AM +0800, Li Feng wrote: > > This patch addresses this issue: > > When accessing a volume on an NFS

Re: [PATCH v2] file-posix: detect the lock using the real file

2020-12-10 Thread Feng Li
Ok, I see. I will split the detect lock without changing the global variable to a separate function. Don't call the qemu_has_ofd_lock. Thanks. Daniel P. Berrangé 于2020年12月10日周四 下午11:59写道: > > On Wed, Dec 09, 2020 at 12:54:48PM +0800, Li Feng wrote: > > This patch addresses this issue: > > When

Re: [PATCH] file-posix: detect the lock using the real file

2020-12-10 Thread Feng Li
My mistake, you are not on the receiver list of my v2. I use the get_maintainer.sh to generate the cc list. I will resend it to you. Daniel P. Berrangé 于2020年12月10日周四 下午11:29写道: > > On Thu, Dec 10, 2020 at 10:56:59PM +0800, Li Feng wrote: > > Kevin Wolf 于2020年12月10日周四 上午1:43写道: > > > > > > Am

Re: [PATCH] file-posix: check the use_lock

2020-12-07 Thread Feng Li
ll look at the iotest 182 and try to add a test. > > Thanks, > Feng Li > > Kevin Wolf 于2020年12月4日周五 下午6:40写道: > > > > Am 04.12.2020 um 11:28 hat Li Feng geschrieben: > > > When setting the file.locking = false, we shouldn't set the lock. > > > > &