summaryrefslogtreecommitdiff
path: root/include/linux/blk_types.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-08-07 14:26:25 +0300
committerChristian Brauner <brauner@kernel.org>2023-08-09 09:21:22 +0300
commit6a3207395563f724d91231ec0aa7c4d95bf9591d (patch)
treed0b67bbacd996f47e818af92784a090b3afd8936 /include/linux/blk_types.h
parent8887b94d93224e0ef7e1bc6369640e313b8b12f4 (diff)
downloadlinux-6a3207395563f724d91231ec0aa7c4d95bf9591d.tar.xz
fs, block: remove bdev->bd_super
bdev->bd_super is unused now, remove it. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Christian Brauner <brauner@kernel.org> Message-Id: <20230807112625.652089-5-hch@lst.de> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/linux/blk_types.h')
-rw-r--r--include/linux/blk_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h
index 0bad62cca3d0..d5c5e59ddbd2 100644
--- a/include/linux/blk_types.h
+++ b/include/linux/blk_types.h
@@ -52,7 +52,6 @@ struct block_device {
atomic_t bd_openers;
spinlock_t bd_size_lock; /* for bd_inode->i_size updates */
struct inode * bd_inode; /* will die */
- struct super_block * bd_super;
void * bd_claiming;
void * bd_holder;
const struct blk_holder_ops *bd_holder_ops;