From: Josef Bacik Date: Fri, 25 Aug 2023 20:19:25 +0000 (-0400) Subject: btrfs: include linux/iomap.h in file.c X-Git-Tag: v6.7-rc1~202^2~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ecb43cb64597f1c645efe8e4d1caff3557e98c4;p=thirdparty%2Flinux.git btrfs: include linux/iomap.h in file.c We use the iomap code in file.c, include it so we have our dependencies. Reviewed-by: Johannes Thumshirn Signed-off-by: Josef Bacik Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index 361535c71c0f5..480c49d67017e 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "ctree.h" #include "disk-io.h" #include "transaction.h"