Commit Graph

6 Commits

Author SHA1 Message Date
Colin Walters 12363bda1b overlay,chunked: Add some more O_CLOEXEC
Just some more missing `O_CLOEXEC` I noticed while reading
the code for unrelated reasons.

Signed-off-by: Colin Walters <walters@verbum.org>
2024-07-29 08:42:39 -04:00
Miloslav Trmač 412ff916c2 Remove various unused parameters
Should not change behavior.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
2024-07-10 23:54:30 +02:00
Jan Rodák 5487d49874
Cast syscall.Stat_t.Nlink to uint64
Signed-off-by: Jan Rodák <hony.com@seznam.cz>
2024-06-25 18:56:18 +02:00
Giuseppe Scrivano 097fcb9be6
chunked: return PathError for appendHole errors
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-06-07 17:25:27 +02:00
Giuseppe Scrivano 62c4c243a3
chunked: refactor doHardLink to get full destination path
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-06-07 17:24:23 +02:00
Giuseppe Scrivano 42801b27de
chunked: add tests for filesystem operations
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-06-07 14:38:24 +02:00