Re: [PATCH 1/2] fs: move sb_init_dio_done_wq out of direct-io.c

From: Eric Biggers
Date: Wed Jan 25 2023 - 13:17:27 EST


On Wed, Jan 25, 2023 at 07:58:38AM +0100, Christoph Hellwig wrote:
> sb_init_dio_done_wq is also used by the iomap code, so move it to
> super.c in preparation for building direct-io.c conditionally.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> fs/direct-io.c | 24 ------------------------
> fs/internal.h | 4 +---
> fs/super.c | 24 ++++++++++++++++++++++++
> 3 files changed, 25 insertions(+), 27 deletions(-)
>

Reviewed-by: Eric Biggers <ebiggers@xxxxxxxxxx>

- Eric