]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove unused hardirq.h
authorYang Shi <yang.s@alibaba-inc.com>
Fri, 17 Nov 2017 23:02:16 +0000 (07:02 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Mar 2018 13:09:35 +0000 (15:09 +0200)
commitfd736c201ad5915579e1f1cd6693686760e525ff
treeefa6d444301541c1d7b8fb9b24643808358cf4ca
parent379cddc15cdc08861408f459fd41ff8b405e2712
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>
fs/btrfs/extent_map.c