]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: use common fd_is_mount_point() implementation in tmpfiles.c 12822/head
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Jun 2019 10:42:30 +0000 (12:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 18 Jun 2019 10:42:30 +0000 (12:42 +0200)
commit60bdc0ca225534c695190e24e016fea7324919d8
treed7bc41705d143f443f078f787544fa117ea6efa5
parent20b6bb9560e6e9afb2688faea5324e8d192666be
tmpfiles: use common fd_is_mount_point() implementation in tmpfiles.c

No need to have a private reimplementation here. Let's just use the
common one, which supports "fdinfo" as fallback.
src/tmpfiles/tmpfiles.c