]> git.ipfire.org Git - thirdparty/systemd.git/commit
chase: port to statx()
authorLennart Poettering <lennart@amutable.com>
Wed, 25 Feb 2026 11:15:14 +0000 (12:15 +0100)
committerLennart Poettering <lennart@amutable.com>
Tue, 3 Mar 2026 07:48:01 +0000 (08:48 +0100)
commitc8031ff37eb44a1bebb4a2c3ccfae51ac09982a5
treefd38ba47098d31be070d0616749d9099f9eb489f
parent004e60e0fca861db6a924c5e0e7c6cb02ea02fd2
chase: port to statx()

In one of the next commits we want to acquire .stx_mnt_id from statx()
for each inode we traverse (plain fstat() doesn't provide that field).
Hence let's port chase() over to statx() as preparation for that.

No change in behaviour.
src/basic/chase.c
src/basic/chase.h
src/tmpfiles/tmpfiles.c