]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: include missing_fs.h only where necessary
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 19 Jun 2025 15:59:32 +0000 (00:59 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 24 Jun 2025 15:50:06 +0000 (00:50 +0900)
commitfbf6836812a725889ad5d51fdb8fa3b0a01b586f
treee562b897a2e0798ec191b3c27f0c3f18671ea4b6
parent51cc3825d17d2f3ca8d5f9cdbe79a5a2900e7b5d
tree-wide: include missing_fs.h only where necessary

The additional definitions provided by the header are
- EXT4_IOC_RESIZE_FS, used in resize-fs.c,
- FILEID_KERNFS, used in cgroup-util.c and pidfd-util.c.

Let's drop the inclusion at other places.
src/basic/chattr-util.h
src/basic/fd-util.c
src/basic/include/sys/mount.h
src/shared/hibernate-util.c
src/tmpfiles/tmpfiles.c