Re: [PATCH 1/2] btrfs: remove le_bitmap_clear()

2018-04-18 Thread David Sterba
On Wed, Apr 18, 2018 at 02:30:58PM -0700, Howard McLauchlan wrote: > le_bitmap_clear() was implemented as a parallel to le_bitmap_set() but > is actually not being used. This patch removes it. > > Signed-off-by: Howard McLauchlan Reviewed-by: David Sterba I've noticed that le_bitmap_set is onl

[PATCH 1/2] btrfs: remove le_bitmap_clear()

2018-04-18 Thread Howard McLauchlan
le_bitmap_clear() was implemented as a parallel to le_bitmap_set() but is actually not being used. This patch removes it. Signed-off-by: Howard McLauchlan --- fs/btrfs/extent_io.c | 20 fs/btrfs/extent_io.h | 1 - 2 files changed, 21 deletions(-) diff --git a/fs/btrfs/exte