Skip to content

Do not pass unsupported mount options to the kernel.#790

Merged
Nikratio merged 1 commit intomasterfrom
mountopts
May 12, 2023
Merged

Do not pass unsupported mount options to the kernel.#790
Nikratio merged 1 commit intomasterfrom
mountopts

Conversation

@Nikratio
Copy link
Contributor

@Nikratio Nikratio commented May 8, 2023

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.

@Nikratio Nikratio force-pushed the mountopts branch 2 times, most recently from f9e8004 to 5454a0d Compare May 8, 2023 23:16
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.
@Nikratio Nikratio force-pushed the mountopts branch 2 times, most recently from 78cfdf0 to cd6c917 Compare May 11, 2023 01:51
Copy link
Collaborator

@bsbernd bsbernd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Nikolaus, looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants