]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: improving readability
authorKarel Zak <kzak@redhat.com>
Tue, 29 Oct 2024 07:58:14 +0000 (08:58 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Oct 2024 08:20:01 +0000 (09:20 +0100)
commit03b2e73ae649a957a4f695df4f44c2cbce8d5f92
tree1528050cbba7db9ad23022719e0469f696962707
parentbc325a65d10ed6b136272fe64a67a042b81ae838
libmount: improving readability

The function name mnt_optlist_is_recursive() is not accurate. It is
only used for propagation operations based on the MS_REC flag and
should not be confused with any other recursive stuff, such as
ro=recursive.

A more appropriate name for this function would be mnt_optlist_is_rpropagation().

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