]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: (optlist) support merged optlist
authorKarel Zak <kzak@redhat.com>
Tue, 28 Jun 2022 08:43:30 +0000 (10:43 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:53:12 +0000 (12:53 +0100)
commitdec1455d66071f47fe43446e87bf97d65b042e34
tree38afd69c87d7502936c066b2976fb0a674ae733f
parent45c1fe0c1bf81bb8b2648ebaacc4284f09f35267
libmount: (optlist) support merged optlist

For backward compatibility in mnt_context_* interface we need a way how
to work independently with mount flags and mount options. The library
merges all the options and flags later during mnt_context_prepare_*.

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