mountpoint-util: use new kernel 5.8 statx() API for determining mount points
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Aug 2020 21:53:42 +0000 (23:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Aug 2020 08:08:29 +0000 (10:08 +0200)
commit5f104080445a5834260f7af90230c64d41f8200b
tree329a7a1d515fe094520198014f025ef29eb90f43
parent69b3fa14cd3b2621975c7e8e0662626c3740093a
mountpoint-util: use new kernel 5.8 statx() API for determining mount points

We finally have an explicit API for this in the kernel. It's great and
simple. Let's use it!
src/basic/missing_stat.h
src/basic/mountpoint-util.c