linux/block/partitions
Al Viro 2638c20876 missing helpers: bdev_unhash(), bdev_drop()
bdev_unhash(): make block device invisible to lookups by device number
bdev_drop(): drop reference to associated inode.

Both are internal, for use by genhd and partition-related code - similar
to bdev_add().  The logics in there (especially the lifetime-related
parts of it) ought to be cleaned up, but that's a separate story; here
we just encapsulate getting to associated inode.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2024-05-03 02:36:21 -04:00
..
2022-02-02 07:49:59 -07:00
2020-03-24 07:57:08 -06:00
2022-02-02 07:49:59 -07:00
2020-03-24 07:57:08 -06:00