[LTP] [PATCH] syscalls/fcntl33.c: fix test for fuse fs again

Alexey Kodanev alexey.kodanev@oracle.com
Tue Apr 9 17:23:25 CEST 2019


Hi Cyril,
On 09.04.2019 16:53, Cyril Hrubis wrote:
> Hi!
>> The previous fix commit 7703cb3e10ea ("syscall/fcntl33.c: fix test on FUSE
>> fs") moved open() (can sleep on fuse fs) before fork()/do_child(). But the
>> fix was removed by commit e5c990c5c55b ("Convert fcntl33 to newlib").
>>
>> In this patch, instead of moving open(), use LTP checkpoints: wake the
>> child only after setting the lease in a parent process.
> 
> Looks good to me, acked.

Thanks for review!

Applied.


More information about the ltp mailing list