patch-1.3.27 linux/fs/isofs/inode.c

Next file: linux/fs/proc/array.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.26/linux/fs/isofs/inode.c linux/fs/isofs/inode.c
@@ -1,10 +1,11 @@
 /*
  *  linux/fs/isofs/inode.c
  * 
- *  (C) 1992, 1993, 1994  Eric Youngdale Modified for ISO9660 filesystem.
- *      1995  Mark Dobie - patch to allow VideoCD and PhotoCD mounting.
- *
  *  (C) 1991  Linus Torvalds - minix filesystem
+ *      1992, 1993, 1994  Eric Youngdale Modified for ISO9660 filesystem.
+ *      1994  Eberhard Moenkeberg - multi session handling.
+ *      1995  Mark Dobie - allow mounting of some weird VideoCDs and PhotoCDs.
+ *
  */
 
 #ifdef MODULE
@@ -152,7 +153,9 @@
 	return 1;
 }
 
-
+/*
+ * look if the driver can tell the multi session redirection value
+ */
 static unsigned int isofs_get_last_session(int dev)
 {
   struct cdrom_multisession ms_info;
@@ -161,10 +164,6 @@
   extern struct file_operations * get_blkfops(unsigned int);
   int i;
 
-  /*
-   * look if the driver can tell the multi session redirection value
-   * <emoenke@gwdg.de>
-   */
   vol_desc_start=0;
   if (get_blkfops(MAJOR(dev))->ioctl!=NULL)
     {
@@ -565,7 +564,7 @@
 	
 	inode->i_op = NULL;
 
-	/* get the volume sequence numner */
+	/* get the volume sequence number */
 	volume_seq_no = isonum_723 (raw_inode->volume_sequence_number) ;
 
 	/* 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this