bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 9 Oct 2024 20:21:00 +0000 (16:21 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 9 Oct 2024 20:58:18 +0000 (16:58 -0400)
commit3b80552e70573764bbf38b89c58749aef9dd8753
tree67b75c0926205875ec102c2587770285d64d5088
parenta7e2dd58fbbd8882557135b9433192e038fdb88e
bcachefs: __wait_for_freeing_inode: Switch to wait_bit_queue_entry

inode_bit_waitqueue() is changing - this update clears the way for
sched changes.

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