[PATCH 3/8] fs: btrfs: remove unused hardirq.h

2017-11-17 Thread Yang Shi
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 <yan...@alibaba-inc.com> Cc: Chris Mason <c...@fb.com> Cc: Josef Bacik <jba...@fb.com>

Re: [PATCH 3/8] fs: btrfs: remove unused hardirq.h

2018-02-14 Thread Yang Shi
Hi folks, David acked this patch, but it looks nobody picked it up. Thanks, Yang On 11/20/17 5:25 AM, David Sterba wrote: On Sat, Nov 18, 2017 at 07:02:16AM +0800, Yang Shi wrote: Preempt counter APIs have been split out, currently, hardirq.h just includes irq_enter/exit APIs which