Skip to content

libutil: Gracefully fall back from unsupported O_TMPFILE#14832

Merged
xokdvium merged 1 commit intomasterfrom
o-tmpfile-fallback
Dec 18, 2025
Merged

libutil: Gracefully fall back from unsupported O_TMPFILE#14832
xokdvium merged 1 commit intomasterfrom
o-tmpfile-fallback

Conversation

@xokdvium
Copy link
Contributor

Motivation

Some filesystems, notably most FUSE-based ones and some top-level overlaysfs ones do not support this and we need a graceful fallback.

Context

Resolves #14831.
Tested with TMPDIR on bindfs.


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

Some filesystems, notably most FUSE-based ones and some top-level overlaysfs
ones do not support this and we need a graceful fallback.
@xokdvium xokdvium added this pull request to the merge queue Dec 18, 2025
Merged via the queue into master with commit 27006cc Dec 18, 2025
21 checks passed
@xokdvium xokdvium deleted the o-tmpfile-fallback branch December 18, 2025 21:27
@internal-nix-ci
Copy link

Successfully created backport PR for 2.33-maintenance:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.33-maintenance Automatically creates a PR against the branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

O_TMPFILE: error (ignored): creating anonymous temporary file: Operation not supported

2 participants