bcachefs: Move bch2_evict_subvolume_inodes() to fs.c
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 28 Oct 2021 20:24:39 +0000 (16:24 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:15 +0000 (17:09 -0400)
commit41f9b7d39fb11c9f306809681bb6991ac96f9b2e
tree7d5ca41936a26cee5f184f822cadb75c928e8ad1
parent8325cd1ed480633651edd33fbb5f3be16c4afa47
bcachefs: Move bch2_evict_subvolume_inodes() to fs.c

This fixes building in userspace - code that's coupled to the kernel VFS
interface should live in fs.c

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