]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/blkdev.h
Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linux
[thirdparty/linux.git] / include / linux / blkdev.h
index d16320852c4ba237a0524c0d92fbdce816d558d2..69e7da33ca49a6f5caeec85c56728069cc61a69e 100644 (file)
@@ -1507,16 +1507,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);
 };
 
 /*
@@ -1587,6 +1577,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;