Do not pass unsupported mount options to the kernel.
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 8 May 2023 23:12:08 +0000 (16:12 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 12 May 2023 22:27:43 +0000 (23:27 +0100)
commitdba6b3983af34f30de01cf532dff0b66f0ed6045
tree6e6e34a74f0867b46ced81c5740c15cc2b70de6a
parentbb1890afd7d1eb33e95f36d1d9936dbd574260b6
Do not pass unsupported mount options to the kernel.

The filesystem daemon is responsible for implementing eg. st_atime updates, so passing
options like relatime to the kernel results in them being silently ignored. Instead, such
options need to be interpreted (and filtered out) by the filesystem daemon.
include/fuse_lowlevel.h
lib/mount.c