]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/blkdev.h
blkdev: comment fs_holder_ops
[thirdparty/linux.git] / include / linux / blkdev.h
index 1bc776335ff896c126f20adf1da92275599b12b5..abf71cce785c28b53046893845d5fd6a56a5d585 100644 (file)
@@ -1480,6 +1480,11 @@ struct blk_holder_ops {
        int (*thaw)(struct block_device *bdev);
 };
 
+/*
+ * For filesystems using @fs_holder_ops, the @holder argument passed to
+ * helpers used to open and claim block devices via
+ * bd_prepare_to_claim() must point to a superblock.
+ */
 extern const struct blk_holder_ops fs_holder_ops;
 
 /*