]> git.ipfire.org Git - thirdparty/linux.git/commit
bcachefs: Make sure c->vfs_sb is set before starting fs
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 26 Feb 2025 03:14:06 +0000 (22:14 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:16 +0000 (21:02 -0400)
commit1fdbe0b184c822191e9385fac8d8695a9e583ec7
tree9f3c55d8c69aefcd65ea0facecbd41af7af7e820
parent13fd6be102f75de25099757718c1de46fa57ae7a
bcachefs: Make sure c->vfs_sb is set before starting fs

This is necessary for the new blk_holder_ops, which want the vfs
super_block available for synchronization.

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