Re: [PATCH v2 2/3] hurd: Implement O_TMPFILE

2023-02-01 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le lun. 30 janv. 2023 15:52:15 +0300, a ecrit: > This is a flag that causes open () to create a new, unnamed file in the > same filesystem as the given directory. The file descriptor can be > simply used in the creating process as a temporary file, or shared with >

[PATCH v2 2/3] hurd: Implement O_TMPFILE

2023-01-30 Thread Sergey Bugaev
This is a flag that causes open () to create a new, unnamed file in the same filesystem as the given directory. The file descriptor can be simply used in the creating process as a temporary file, or shared with children processes via fork (), or sent over a Unix socket. The file can be left anonymo