X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fcdrom%2Fcdrom-standard.tex;h=92f94e59758229cb395a8acd28ebf8f3eb59b27f;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=0a51967fe49e0f392422e3138111f29a73e316c8;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/Documentation/cdrom/cdrom-standard.tex b/Documentation/cdrom/cdrom-standard.tex index 0a51967fe..92f94e597 100644 --- a/Documentation/cdrom/cdrom-standard.tex +++ b/Documentation/cdrom/cdrom-standard.tex @@ -360,13 +360,11 @@ up the disc, etc. % and device-use count \subsection{$Void\ release(struct\ cdrom_device_info * cdi)$} -In case of module support, a single call $MOD_DEC_USE_COUNT$ should be -coded here. Possibly other device-specific actions should be taken -such as spinning down the device. However, strategic actions such as -ejection of the tray, or unlocking the door, should be left over to -the general routine $cdrom_release()$. Also, the invalidation of the -allocated buffers in the VFS is taken care of by the routine in -\cdromc. This is the only function returning type $void$. + +Device-specific actions should be taken such as spinning down the device. +However, strategic actions such as ejection of the tray, or unlocking +the door, should be left over to the general routine $cdrom_release()$. +This is the only function returning type $void$. \subsection{$Int\ drive_status(struct\ cdrom_device_info * cdi, int\ slot_nr)$} \label{drive status}