]> 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)
commitaf13d959db548a3f8c3c49d6863409ecb6687d0f
treeefa6d444301541c1d7b8fb9b24643808358cf4ca
parentbd1f068522d1d106ea3dd14684c04744e6388b27
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