Re: [PATCH] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED

From: David Howells
Date: Tue Jun 13 2023 - 17:36:48 EST


Okay, it isn't this. The problem appears to be that __blockdev_direct_IO()
calls dio_cleanup() twice if do_direct_IO() fails.

David