Files
tar/src
Paul Eggert e1445cfdf0 Use fewer flags when opening directories
This doesn’t change behavior; it is a refactoring for
compatibility with a future patch that will use Linux’s
openat2 syscall, which is pickier about flags.
* src/tar.c (decode_options): When searching directories,
do not use O_NOCTTY, O_NONBLOCK, and O_NOATIME.
openat2 rejects all three flags if O_PATH is used.
The first two flags are definitely irrelevant for directories,
and O_NOATIME probably doesn’t matter either.
2025-11-15 15:10:48 -08:00
..
2009-03-07 16:30:44 +02:00
2025-01-01 18:33:10 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-01-01 18:33:10 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-01-01 18:33:10 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-01-01 18:33:10 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-01-01 18:33:10 -08:00
2025-11-15 15:10:48 -08:00
2025-11-15 15:10:48 -08:00
2025-01-01 18:33:10 -08:00
2025-11-15 15:10:48 -08:00