diff options
author | Nikolay Borisov <nborisov@suse.com> | 2017-08-16 17:41:44 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2017-08-18 16:36:29 +0200 |
commit | db7c942ce84cabbf740a1e5654d58b9201a4a5f0 (patch) | |
tree | ab49a748c38f527de4697534b3a5bbd74164372e /fs/btrfs/volumes.h | |
parent | btrfs: Remove never-reached WARN_ON (diff) | |
download | linux-db7c942ce84cabbf740a1e5654d58b9201a4a5f0.tar.xz linux-db7c942ce84cabbf740a1e5654d58b9201a4a5f0.zip |
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 <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 1 |
1 files changed, 0 insertions, 1 deletions
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[]; |