]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/target/target_core_pscsi.h
target: port block device access to file
[thirdparty/linux.git] / drivers / target / target_core_pscsi.h
index b0a3ef136592a9b00653a14a525f1568af976cd1..9acaa21e4c78a431a4f165b27faeb5198fea706c 100644 (file)
@@ -37,7 +37,7 @@ struct pscsi_dev_virt {
        int     pdv_channel_id;
        int     pdv_target_id;
        int     pdv_lun_id;
-       struct bdev_handle *pdv_bdev_handle;
+       struct file *pdv_bdev_file;
        struct scsi_device *pdv_sd;
        struct Scsi_Host *pdv_lld_host;
 } ____cacheline_aligned;