aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_map.c
diff options
context:
space:
mode:
authorYang Shi <yang.s@alibaba-inc.com>2017-11-18 07:02:16 +0800
committerDavid Sterba <dsterba@suse.com>2018-03-26 15:09:35 +0200
commit86d750a48a6d22435265abf525d8a27fa636db26 (patch)
treeefa6d444301541c1d7b8fb9b24643808358cf4ca /fs/btrfs/extent_map.c
parentbtrfs: Add enospc_debug printing in metadata_reserve_bytes (diff)
downloadlinux-dev-86d750a48a6d22435265abf525d8a27fa636db26.tar.xz
linux-dev-86d750a48a6d22435265abf525d8a27fa636db26.zip
btrfs: remove unused hardirq.h
Preempt counter APIs have been split out, currently, hardirq.h just includes irq_enter/exit APIs which are not used by btrfs at all. So, remove the unused hardirq.h. Signed-off-by: Yang Shi <yang.s@alibaba-inc.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent_map.c')
-rw-r--r--fs/btrfs/extent_map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent_map.c b/fs/btrfs/extent_map.c
index d3bd02105d1c..c80dea7c69af 100644
--- a/fs/btrfs/extent_map.c
+++ b/fs/btrfs/extent_map.c
@@ -2,7 +2,6 @@
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
-#include <linux/hardirq.h>
#include "ctree.h"
#include "extent_map.h"
#include "compression.h"