]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: optimize built-in options map use
authorKarel Zak <kzak@redhat.com>
Fri, 19 Aug 2022 08:58:51 +0000 (10:58 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
commit93c0f69db967d9d5fb57e88ac44d43539d47379d
treee58ab1aff53395683dc81bff04bdb851ef20e1e8
parent1e24df9c118287b229c89c8077e0d4de57c15e99
libmount: optimize built-in options map use

Let's keep the maps in libmnt_context to reduce
mnt_get_builtin_optmap() calls and to simplify code.

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