commit | 9f25af58847e13bf40e9f946e2602f02bacfa49d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Apr 22 10:36:29 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Apr 24 14:36:50 2025 -0700 |
tree | 4fdbf86b0d493368d676999ca7746775c0d37ffb | |
parent | ae914624348d7c4c6eb804f4f066091359787b23 [diff] |
fuse2fs: make "ro" behavior consistent with the kernel Make the behavior of the "ro" mount option consistent with the kernel: User programs cannot change the files in the filesystem, but the driver itself is allowed to update the filesystem metadata. This means that ro mounts can recover the journal. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>