bcachefs: Mask out unknown compat features when going read-write
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 11 Jul 2021 17:54:07 +0000 (13:54 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:08 +0000 (17:09 -0400)
commit2680325b7803c336bb675addfe38c06c44e54273
tree835aa6f52fc8b61f5451521fc1470bcb8d9797c6
parent19d5432445fd0898231063518c375f7551d7c3d2
bcachefs: Mask out unknown compat features when going read-write

Compat features should be cleared if the filesystem was touched by a
version that doesn't support them.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/super-io.c