瀏覽代碼

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>
Yang Shi 7 年之前
父節點
當前提交
86d750a48a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/btrfs/extent_map.c

+ 0 - 1
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"