Skip to content

mount: fix ensureUnmount gated by build-tag - #253

Merged
1 commit merged into
moby:mainfrom
thaJeztah:fix_missing_util
Sep 8, 2026
Merged

mount: fix ensureUnmount gated by build-tag#253
1 commit merged into
moby:mainfrom
thaJeztah:fix_missing_util

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

The ensureUnmount utility was defined in a Linux-only file, but referenced from the Unix-tests, which wouldn't compile on non-Linux because of that.

Move it to the Unix test file, and mark it as helper while updating.

The ensureUnmount utility was defined in a Linux-only file, but
referenced from the Unix-tests, which wouldn't compile on non-Linux
because of that.

Move it to the Unix test file, and mark it as helper while updating.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah pushed a commit to thaJeztah/sys that referenced this pull request Sep 8, 2026
mount: fix ensureUnmount gated by build-tag
@thaJeztah thaJeztah closed this pull request by merging all changes into moby:main in 42bac34 Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants