summaryrefslogtreecommitdiffstats
path: root/include/linux/pktcdvd.h
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2024-01-23 14:26:26 +0100
committerChristian Brauner <brauner@kernel.org>2024-02-25 12:05:23 +0100
commit05fb1dbc821f3016a52621ccd4530c269b626130 (patch)
treea0e898704177dffc8966851784feee83cc1005b6 /include/linux/pktcdvd.h
parent20e6a8d0dcdc70c0a79ace13e9915e5d4fd7c611 (diff)
downloadlinux-05fb1dbc821f3016a52621ccd4530c269b626130.tar.gz
linux-05fb1dbc821f3016a52621ccd4530c269b626130.tar.bz2
linux-05fb1dbc821f3016a52621ccd4530c269b626130.zip
pktcdvd: port block device access to file
Link: https://lore.kernel.org/r/20240123-vfs-bdev-file-v2-9-adbd023e19cc@kernel.org Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'include/linux/pktcdvd.h')
-rw-r--r--include/linux/pktcdvd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pktcdvd.h b/include/linux/pktcdvd.h
index 79594aeb160d..2f1b952d596a 100644
--- a/include/linux/pktcdvd.h
+++ b/include/linux/pktcdvd.h
@@ -154,9 +154,9 @@ struct packet_stacked_data
struct pktcdvd_device
{
- struct bdev_handle *bdev_handle; /* dev attached */
+ struct file *bdev_file; /* dev attached */
/* handle acquired for bdev during pkt_open_dev() */
- struct bdev_handle *open_bdev_handle;
+ struct file *f_open_bdev;
dev_t pkt_dev; /* our dev */
struct packet_settings settings;
struct packet_stats stats;