aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
diff options
context:
space:
mode:
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>2021-03-16 19:04:01 +0900
committerDavid Sterba <dsterba@suse.com>2021-04-19 17:25:16 +0200
commitcea628008fc8c6c9c7b53902f6659e040f33c790 (patch)
treeacf3292d703348ef47190e845e691fe9d81b1d65 /fs/btrfs/extent_io.c
parentbtrfs: remove stale comment and logic from btrfs_inode_in_log() (diff)
downloadlinux-dev-cea628008fc8c6c9c7b53902f6659e040f33c790.tar.xz
linux-dev-cea628008fc8c6c9c7b53902f6659e040f33c790.zip
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 <johannes.thumshirn@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r--fs/btrfs/extent_io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 8a9682d3232a..7ad2169e7487 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -13,6 +13,7 @@
#include <linux/pagevec.h>
#include <linux/prefetch.h>
#include <linux/cleancache.h>
+#include "misc.h"
#include "extent_io.h"
#include "extent-io-tree.h"
#include "extent_map.h"