Merge branch 'linus' into perfcounters/core
[platform/kernel/linux-starfive.git] / fs / block_dev.c
index 3581a4e..71e7e03 100644 (file)
@@ -420,7 +420,6 @@ static void bdev_destroy_inode(struct inode *inode)
 {
        struct bdev_inode *bdi = BDEV_I(inode);
 
-       bdi->bdev.bd_inode_backing_dev_info = NULL;
        kmem_cache_free(bdev_cachep, bdi);
 }