[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC: [PATCH hurd 1/6] Add file record locking support: libfshelp_rlo
From: |
Samuel Thibault |
Subject: |
Re: RFC: [PATCH hurd 1/6] Add file record locking support: libfshelp_rlock.patch |
Date: |
Mon, 3 Dec 2018 12:17:41 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Samuel Thibault, le lun. 03 déc. 2018 12:14:42 +0100, a ecrit:
> to which you'd pass MACH_PORT_NULL for now. And in the server, in the
> GETLK case, set the l_pid field to -1 for now.
More precisely: in the server, for now set the field to -1 if the port
is null, and return EOPNOTSUPP if the port is not null.
Samuel