bcachefs: Kill missing inode warnings in bch2_quota_read()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Sep 2023 02:05:50 +0000 (22:05 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:12 +0000 (17:10 -0400)
commitda187cacb8a59e668ce716214865612ae3921e91
treeef9d61306adae75d49de8d6e497eea74f531a417
parentc7afec9bd63dc00047c35f9b747aa2be505533e6
bcachefs: Kill missing inode warnings in bch2_quota_read()

bch2_quota_read(), when scanning for inodes, may attempt to look up
inodes that have been deleted in the main subvolume - this is not an
error.

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