From cea628008fc8c6c9c7b53902f6659e040f33c790 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Tue, 16 Mar 2021 19:04:01 +0900 Subject: btrfs: remove duplicated in_range() macro The in_range() macro is defined twice in btrfs' source, once in ctree.h and once in misc.h. Remove the definition in ctree.h and include misc.h in the files depending on it. Signed-off-by: Johannes Thumshirn Signed-off-by: David Sterba --- fs/btrfs/file-item.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/btrfs/file-item.c') diff --git a/fs/btrfs/file-item.c b/fs/btrfs/file-item.c index 47cd3a6dc635..294602f139ef 100644 --- a/fs/btrfs/file-item.c +++ b/fs/btrfs/file-item.c @@ -9,6 +9,7 @@ #include #include #include +#include "misc.h" #include "ctree.h" #include "disk-io.h" #include "transaction.h" -- cgit v1.2.3