bcachefs: Don't use bch2_inode_find_by_inum() in move.c
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 16 Mar 2021 22:08:10 +0000 (18:08 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:58 +0000 (17:08 -0400)
commit883d9701f1589461ae9c9214303a8c175ffb79c5
tree3e3f1a4ed0465caf15b0c14bbcd2457d91277b8e
parente6ae27272491afec1994c31eee4744f19ce3b3f4
bcachefs: Don't use bch2_inode_find_by_inum() in move.c

Since move.c isn't aware of what subvolume we're in, we can't use the
standard inode lookup code - fortunately, we're just using it for
reading IO options.

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