bcachefs: Kill io_in_flight semaphore
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 26 Sep 2022 22:21:07 +0000 (18:21 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:42 +0000 (17:09 -0400)
commit2d848dacb2a7b7b6766c43b1945351ef360f4344
tree599c6b4dfdc40aa33effe1e60b858aec2636fbd8
parent68b6cd194ab23d0696a9d7adb024eabca95d4920
bcachefs: Kill io_in_flight semaphore

This used to be needed more for buffered IO, but now the block layer has
writeback throttling - we can delete this now.

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