bcachefs: Trust inode in btree over bch_inode_info
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 26 Sep 2019 03:11:41 +0000 (23:11 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:28 +0000 (17:08 -0400)
commit6988e85be525b874745824622bae4209c265dc5a
treeca4322f9756e0a4053be8d000e0720fe7943db31
parent21ad9ddee8d1ffc1e12ab7e6b2ec18f0897fe567
bcachefs: Trust inode in btree over bch_inode_info

This is the start of some refactoring work to make less code depend on
the linux VFS - here the inode cache - to make e.g. the fuse port
easier.

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