Re: [PATCH] btrfs: Remove unused sectorsize variable from struct map_lookup

2017-08-17 Thread David Sterba
On Wed, Aug 16, 2017 at 06:41:44PM +0300, Nikolay Borisov wrote: > This variable was added in 1abe9b8a138c ("Btrfs: add initial tracepointi > support for btrfs"), yet it never really got used, only assigned to. So let's > remove it. > > Signed-off-by: Nikolay Borisov Reviewed-by: David Sterba -

[PATCH] btrfs: Remove unused sectorsize variable from struct map_lookup

2017-08-16 Thread Nikolay Borisov
This variable was added in 1abe9b8a138c ("Btrfs: add initial tracepointi support for btrfs"), yet it never really got used, only assigned to. So let's remove it. Signed-off-by: Nikolay Borisov --- fs/btrfs/volumes.c | 2 -- fs/btrfs/volumes.h | 1 - 2 files changed, 3 deletions(-) diff --git a/