]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: Set filesystem features earlier in fs init path
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 3 Jun 2020 20:20:22 +0000 (16:20 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:40 +0000 (17:08 -0400)
commit61fc3c9610e4728c22e5be67a45d0520b1a388cf
tree0761320ce11b1da20f7dd503d373eb1c03c59015
parent36b8372b595748d37dcdcd915c176bada978fbe5
bcachefs: Set filesystem features earlier in fs init path

Before we were setting features after allocating btree nodes, which
meant we were using the old btree pointer format.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/recovery.c