From db7c942ce84cabbf740a1e5654d58b9201a4a5f0 Mon Sep 17 00:00:00 2001 From: Nikolay Borisov Date: Wed, 16 Aug 2017 18:41:44 +0300 Subject: btrfs: Remove unused sectorsize variable from struct map_lookup 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 Signed-off-by: David Sterba --- fs/btrfs/volumes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/btrfs/volumes.h') diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 181b365cab0c..eebe2f871dc7 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h @@ -353,7 +353,6 @@ struct map_lookup { int io_align; int io_width; u64 stripe_len; - int sector_size; int num_stripes; int sub_stripes; struct btrfs_bio_stripe stripes[]; -- cgit v1.2.3