mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
7ba4bad144
mtab options is a superset of kernel options (passed to kernel via mount(2) or fsconfig(2)), with additional mtab-only options like "user=" or "-n". After switching to the new mount API, kernel options are already configured by fsconfig. Re-running fsconfig on mtab options causes options to be configured twice. Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>