mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
fs: remove bdev->bd_inode_backing_dev_info
It has been unused since it was introduced in: commit 520808bf20e90fdbdb320264ba7dd5cf9d47dcac Author: Andrew Morton <akpm@osdl.org> Date: Fri May 21 00:46:17 2004 -0700 [PATCH] block device layer: separate backing_dev_info infrastructure So lets just kill it. Acked-by: Jan Kara <jack@suse.cz> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
0cb583fd28
commit
2c96ce9f20
4 changed files with 2 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue