From: Jelle van der Waa Date: Sun, 25 May 2025 17:45:37 +0000 (+0200) Subject: nspawn: correct argument comments X-Git-Tag: v258-rc1~414^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09958bbb983694888b98a7cbdda38bf4a0641a48;p=thirdparty%2Fsystemd.git nspawn: correct argument comments --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index c89f8723e65..f404e085a74 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -3757,7 +3757,7 @@ static int setup_unix_export_dir_outside(char **ret) { * itself is writable, but not through the mount accessible from the host. */ r = mount_nofollow_verbose( LOG_ERR, - /* source= */ NULL, + /* what= */ NULL, w, /* fstype= */ NULL, MS_BIND|MS_REMOUNT|MS_RDONLY|MS_NODEV|MS_NOEXEC|MS_NOSUID|ms_nosymfollow_supported(), @@ -3802,7 +3802,7 @@ static int setup_unix_export_host_inside(const char *directory, const char *unix r = mount_nofollow_verbose( LOG_ERR, - /* source= */ NULL, + /* what= */ NULL, p, /* fstype= */ NULL, MS_BIND|MS_REMOUNT|MS_NODEV|MS_NOEXEC|MS_NOSUID|ms_nosymfollow_supported(),