Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[linux-2.6-microblaze.git] / drivers / nvme / target / nvmet.h
index 6c8aceb..33e61b4 100644 (file)
@@ -58,7 +58,7 @@
 
 struct nvmet_ns {
        struct percpu_ref       ref;
-       struct bdev_handle      *bdev_handle;
+       struct file             *bdev_file;
        struct block_device     *bdev;
        struct file             *file;
        bool                    readonly;