projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3daff
)
btrfs: remove unused hardirq.h
author
Yang Shi
<yang.s@alibaba-inc.com>
Fri, 17 Nov 2017 23:02:16 +0000
(07:02 +0800)
committer
David Sterba
<dsterba@suse.com>
Mon, 26 Mar 2018 13:09:35 +0000
(15:09 +0200)
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>
fs/btrfs/extent_map.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/extent_map.c
b/fs/btrfs/extent_map.c
index d3bd02105d1c47ef182c9533f94285eb1d560533..c80dea7c69af090ec67aacce60185f6f69b8a1d2 100644
(file)
--- 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"