Browse Source

btrfs: delete unused member from superblock

 __bdev' has never been used since
 0b86a832a1f38abec695864ec2eaedc9d2383f1b (2008).

Signed-off-by: David Sterba <dsterba@suse.com>
David Sterba 8 years ago
parent
commit
2230adffe4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/btrfs/ctree.h

+ 0 - 1
fs/btrfs/ctree.h

@@ -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;