]> git.ipfire.org Git - thirdparty/systemd.git/commit
fs-util: simplify open_parent_at() a bit
authorMike Yuan <me@yhndnzj.com>
Fri, 14 Nov 2025 20:36:16 +0000 (21:36 +0100)
committerMike Yuan <me@yhndnzj.com>
Fri, 14 Nov 2025 20:51:28 +0000 (21:51 +0100)
commit87ed096657bc2cd06635726e4dd3a96d8664444e
tree49702cb5972f919430942c3f0de440b4c316eefa
parent384e88a238390073ba69d8f9b9837c65bf01648d
fs-util: simplify open_parent_at() a bit

Let's refrain from specifying any access mode when opening
a directory, which matches our usual style and allows us
to drop one condition.
src/basic/fs-util.c