On 2023-08-25 13:30, Taylor R Campbell wrote:
> Since VOP_READDIR requires vp to be locked, I can infer that the
> handle_write caller must already hold vp locked. But that means that
> we have ifd_lock -> vnode lock in one path, and vnode lock -> ifd_lock
> in another path, which is forbidden (un
On 2023-08-25 13:13, Taylor R Campbell wrote:
>> Module Name:src
>> Committed By: christos
>> Date: Wed Aug 23 19:17:59 UTC 2023
>>
>> Modified Files:
>> src/sys/compat/linux/common: linux_inotify.c
>>
>> Log Message:
>> put variable length structure at the end, so that clan
On 2023-07-30 10:51, Christos Zoulas wrote:
> +Theodore, we'll add it!
>
> christos
>
>> On Jul 30, 2023, at 10:46 AM, Tobias Nygren wrote:
>>
>> On Fri, 28 Jul 2023 14:19:02 -0400
>> "Christos Zoulas" wrote:
>>
>>> Log Me