Hi, I noticed, that io_close() is broken for some use cases, and was thinking about the best way to fix it. Is fput(req->close.put_file) really need to be done in wq? It seems, fput_many() implementation just calls schedule_delayed_work(), so it's already delayed. -- Pavel Begunkov