diff options
author | Nikolay Borisov <nborisov@suse.com> | 2021-06-22 16:27:38 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-06-22 19:58:26 +0200 |
commit | 629e33a16809ae0274e1f5fc3d22b92b9bd0fdf1 (patch) | |
tree | ba497b34ae755b1ee15b1d770c8399d9e4134032 | |
parent | 138a12d865749e28b39300b8a07337811253939b (diff) |
btrfs: remove unused btrfs_fs_info::total_pinned
This got added 14 years ago in 324ae4df00fd ("Btrfs: Add block group
pinned accounting back") but it was not ever used. Subsequently its
usage got gradually removed in 8790d502e440 ("Btrfs: Add support for
mirroring across drives") and 11833d66be94 ("Btrfs: improve async block
group caching"). Let's remove it for good!
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index d7ef4d7d2c1a..e5e53e592d4f 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -823,8 +823,6 @@ struct btrfs_fs_info { struct kobject *space_info_kobj; struct kobject *qgroups_kobj; - u64 total_pinned; - /* used to keep from writing metadata until there is a nice batch */ struct percpu_counter dirty_metadata_bytes; struct percpu_counter delalloc_bytes; |