]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: ifdef listmount and statmount stuff
authorKarel Zak <kzak@redhat.com>
Mon, 19 Aug 2024 10:59:10 +0000 (12:59 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:42 +0000 (13:57 +0100)
commitec7c579a737e257cd9acb6d052165daabbf9c8c4
tree853b51b40b49b587650f13a7252eaa47cd94cead
parent677b61ad22d76b5e4645883995a4bf76f925776f
libmount: ifdef listmount and statmount stuff

* introduce mnt_fs_try_statmount() macro to simplify mnt_fs_fetch_statmount() calls

* define dummy API functions when HAVE_STATMOUNT_API undefined

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/fs.c
libmount/src/fs_statmount.c
libmount/src/mountP.h
libmount/src/tab.c
libmount/src/tab_listmount.c