bdev: get rid of ->bd_inodes
[cascardo/linux.git] / include / linux / fs.h
index bacc073..1878c84 100644 (file)
@@ -459,7 +459,6 @@ struct block_device {
        struct inode *          bd_inode;       /* will die */
        struct super_block *    bd_super;
        struct mutex            bd_mutex;       /* open/close mutex */
-       struct list_head        bd_inodes;
        void *                  bd_claiming;
        void *                  bd_holder;
        int                     bd_holders;