Sergey Bugaev 4524670545 hurd: Avoid file_check_access () RPC for access (F_OK)
A common use case of access () / faccessat () is checking for file
existence, not any specific access permissions.  In that case, we can
avoid doing the file_check_access () RPC; whether the given path had
been successfully resolved to a file is all we need to know to answer.

This is prompted by GLib switching to use faccessat (F_OK) to implement
g_file_query_exists () for local files.
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4272

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-ID: <20240919101439.179663-1-bugaevc@gmail.com>
2024-09-19 14:18:39 +02:00
..
2024-09-10 14:18:03 +01:00
2024-07-14 12:44:15 +02:00
2024-08-11 15:29:56 +02:00
2024-08-07 11:02:03 -03:00
2024-06-18 10:45:36 +02:00
2024-09-09 09:57:42 -04:00
2024-09-05 22:25:55 +02:00
2024-07-08 21:51:03 +02:00
2024-06-17 13:47:09 +00:00
2024-08-08 14:53:53 +02:00
2024-06-17 13:47:09 +00:00
2024-04-10 14:53:39 -03:00
2024-08-08 14:53:55 +02:00
2024-08-08 13:01:02 +02:00
2024-08-07 11:02:03 -03:00