patch-2.3.38 linux/include/linux/cdrom.h

Next file: linux/include/linux/dcache.h
Previous file: linux/include/linux/blk.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.37/linux/include/linux/cdrom.h linux/include/linux/cdrom.h
@@ -763,8 +763,8 @@
 			       struct cdrom_generic_command *);
 };
 
-/* the general file operations structure: */
-extern struct file_operations cdrom_fops;
+/* the general block_device operations structure: */
+extern struct block_device_operations cdrom_fops;
 
 extern int register_cdrom(struct cdrom_device_info *cdi);
 extern int unregister_cdrom(struct cdrom_device_info *cdi);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)