]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic: Remove assertions from missing_fs.h
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 29 Apr 2025 13:46:48 +0000 (15:46 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Apr 2025 05:50:10 +0000 (07:50 +0200)
commit6be15dce13becd40682f799f7871fa4c2f862178
treed3124904a091f047378f0c642fbe80fe85b315f0
parent54f6bc152f9150052a23c68603896031cda1a71e
basic: Remove assertions from missing_fs.h

These assertions impose an include order between <linux/fs.h> and
"missing_fs.h", specifically <linux/fs.h> can't be included before
"missing_fs.h". This makes automated include refactoring very painful,
so let's get rid of these assertions and instead assume that linux/fs.h
does the right thing.
src/basic/missing_fs.h
src/shared/btrfs-util.c
src/shared/copy.c
src/shared/resize-fs.c
src/udev/udev-builtin-btrfs.c