]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: add mnt_optlist_remove_flags() and mnt_opt_set_external()
authorKarel Zak <kzak@redhat.com>
Thu, 14 Jul 2022 09:00:45 +0000 (11:00 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:36 +0000 (12:58 +0100)
commitd74ae8266fc052033cef8252dc607e97994dd74e
tree126394171358ad8e5440e717af42a81ee05666c1
parent856518b029ff39981f38f1dc6c017ed0bed02303
libmount: add mnt_optlist_remove_flags() and mnt_opt_set_external()

- add mnt_optlist_remove_flags() to make it easy to work with flags
- add mnt_opt_set_external() to hidde unnecessary options
- clean up private library header file

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