Re: [PATCH] btrfs: select FS_IOMAP

From: David Sterba
Date: Thu May 28 2020 - 08:06:20 EST


On Thu, May 28, 2020 at 11:16:42AM +0200, Arnd Bergmann wrote:
> As btrfs now calls iomap_dio_rw, the helper code actually has
> to be enabled to avoid a link error:
>
> ERROR: modpost: "iomap_dio_rw" [fs/btrfs/btrfs.ko] undefined!
>
> Fixes: f31e5f70919f ("btrfs: switch to iomap_dio_rw() for dio")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Thanks, I've folded the patch in so we don't get build breakage in the
patches between the two.