bcachefs: Inode delete doesn't need to flush key cache anymore
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 13 Nov 2020 21:51:02 +0000 (16:51 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:47 +0000 (17:08 -0400)
commit1640647c04bf0963e51aaec595af026d383352d6
tree9991063bbcd2953d840dd2d706afc842e891e74f
parent6d758368f1265ca9d0b7a077caf1ca9e9859c8c8
bcachefs: Inode delete doesn't need to flush key cache anymore

Inode create checks to make sure the slot doesn't exist in the btree key
cache.

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