Skip to content

Commit

Permalink
btrfs: delete unused member from superblock
Browse files Browse the repository at this point in the history
 __bdev' has never been used since
 0b86a83 (2008).

Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
David Sterba committed Nov 30, 2016
1 parent 62d1f9f commit 2230adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@ struct btrfs_fs_info {
spinlock_t super_lock;
struct btrfs_super_block *super_copy;
struct btrfs_super_block *super_for_commit;
struct block_device *__bdev;
struct super_block *sb;
struct inode *btree_inode;
struct backing_dev_info bdi;
Expand Down

0 comments on commit 2230adf

Please sign in to comment.