]> git.ipfire.org Git - thirdparty/systemd.git/commit
nspawn: rename pin_fully_visible_fs() → pin_fully_visible_api_fs()
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Nov 2024 10:32:35 +0000 (11:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Dec 2024 14:33:24 +0000 (15:33 +0100)
commitb83358b87f0f6feaffca75f0ebd1d9fd80f34217
tree001edef8bb493185c0448e44c876ea04787bcf23
parentbf1ef54d307fcf0b50028959ba51263e91f9f11c
nspawn: rename pin_fully_visible_fs() → pin_fully_visible_api_fs()

This function pins the *API* FS, i.e. /proc/ + /sys/, not just any fs.
Hence clarify this in the name.

(At least we call these two fs "API (V)FS" in our codebase, hence
continue to do so here)
src/nspawn/nspawn-mount.c
src/nspawn/nspawn-mount.h
src/nspawn/nspawn.c