]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: add support for STATMOUNT_SB_SOURCE
authorKarel Zak <kzak@redhat.com>
Tue, 25 Feb 2025 10:48:14 +0000 (11:48 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 25 Feb 2025 10:53:45 +0000 (11:53 +0100)
commit781a960cef0599db0aca074403db87f24394c1af
tree52ee455555a95bf29c264f9fb8b347ae982b1301
parent2263c16364b2248e73b9efd1c33c01bb190ba4a6
libmount: add support for STATMOUNT_SB_SOURCE

* read mount source by statmount() 9requires kernel >=6.14
* add new STATMOUNT_* masks

Signed-off-by: Karel Zak <kzak@redhat.com>
include/mount-api-utils.h
libmount/src/fs.c
libmount/src/fs_statmount.c