summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2024-04-16 14:04:59 -0700
committerAndrew Morton <akpm@linux-foundation.org>2024-04-16 14:04:59 -0700
commit640958fde130acfea98f539dfd4de6a9e72cf012 (patch)
treec122cb130940b99f79e9b21cdc00c7437afd98ce /include/linux/blkdev.h
parent4e2e3612922529f03a6fb380d416ba8c968b34cc (diff)
parent0bbac3facb5d6cc0171c45c9873a2dc96bea9680 (diff)
Merge branch 'master' into mm-stable
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index c3e8f7cf96be..172c91879999 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1505,16 +1505,6 @@ struct blk_holder_ops {
* Thaw the file system mounted on the block device.
*/
int (*thaw)(struct block_device *bdev);
-
- /*
- * If needed, get a reference to the holder.
- */
- void (*get_holder)(void *holder);
-
- /*
- * Release the holder.
- */
- void (*put_holder)(void *holder);
};
/*
@@ -1585,6 +1575,7 @@ static inline int early_lookup_bdev(const char *pathname, dev_t *dev)
int bdev_freeze(struct block_device *bdev);
int bdev_thaw(struct block_device *bdev);
+void bdev_fput(struct file *bdev_file);
struct io_comp_batch {
struct request *req_list;