From: Jelle van der Waa Date: Wed, 4 Jun 2025 13:39:17 +0000 (+0200) Subject: nsresourcework: correct argument comments for inode_same_at X-Git-Tag: v258-rc1~375^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38868c0b0db2b06e030e0594c67df356d2420f77;p=thirdparty%2Fsystemd.git nsresourcework: correct argument comments for inode_same_at --- diff --git a/src/nsresourced/nsresourcework.c b/src/nsresourced/nsresourcework.c index 11a6df41168..3977e77fd29 100644 --- a/src/nsresourced/nsresourcework.c +++ b/src/nsresourced/nsresourcework.c @@ -1683,7 +1683,7 @@ static int validate_netns(sd_varlink *link, int userns_fd, int netns_fd) { if (owner_userns_fd < 0) return -errno; - r = inode_same_at(owner_userns_fd, /* path_a= */ NULL, userns_fd, /* path_b= */ NULL, AT_EMPTY_PATH); + r = inode_same_at(owner_userns_fd, /* filea= */ NULL, userns_fd, /* fileb= */ NULL, AT_EMPTY_PATH); if (r < 0) return r; if (r == 0)