]> git.ipfire.org Git - thirdparty/linux.git/commit
bcachefs: io_read: remove from async obj list in rbio_done()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 10 Jul 2025 20:27:29 +0000 (16:27 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 13 Jul 2025 21:45:13 +0000 (17:45 -0400)
commit30792947c6f33175e53ae3b8de3f6971c26505b9
treed6399fb81c9b4f5736f85b06b183fe12f7b2b7ae
parent347e9f5043c89695b01e66b3ed111755afcf1911
bcachefs: io_read: remove from async obj list in rbio_done()

Previously, only split rbios allocated in io_read.c would be removed
from the async obj list.

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