]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: improve fs->stmnt_done mask use
authorKarel Zak <kzak@redhat.com>
Mon, 23 Sep 2024 14:39:24 +0000 (16:39 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 12:57:43 +0000 (13:57 +0100)
commite89fd1026f451e8d3ac8f3eea2ab0eb3ee4997a2
treeaa6535cca1479eece57920691f95a84a29066a04
parente61d02d2777549db389d2db29ece93983127a8c6
libmount: improve fs->stmnt_done mask use

It is possible that one field in the libmnt_fs struct requires
fetching multiple statmount fields using multiple STATMOUNT_* mask
items. This requires changes to the way the fs->stmnt_done mask is
used.

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