patch-2.1.127 linux/drivers/block/ide-cd.c
Next file: linux/drivers/block/ide-cd.h
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Sat Oct 31 10:17:22 1998
- Orig file:
v2.1.126/linux/drivers/block/ide-cd.c
- Orig date:
Fri Oct 23 22:01:20 1998
diff -u --recursive --new-file v2.1.126/linux/drivers/block/ide-cd.c linux/drivers/block/ide-cd.c
@@ -3,6 +3,7 @@
* linux/drivers/block/ide-cd.c
* Copyright (C) 1994, 1995, 1996 scott snyder <snyder@fnald0.fnal.gov>
* Copyright (C) 1996-1998 Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1998 Jens Axboe and Chris Zwilling
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYING for more information.
@@ -221,9 +222,13 @@
* 4.15 Aug 25, 1998 -- Updated ide-cd.h to respect mechine endianess,
* patch thanks to "Eddie C. Dost" <ecd@skynet.be>
*
+ * 4.50 Oct 19, 1998 -- New maintainers!
+ * Jens Axboe <axboe@image.dk>
+ * Chris Zwilling <chris@cloudnet.com>
+ *
*************************************************************************/
-#define IDECD_VERSION "4.15"
+#define IDECD_VERSION "4.50"
#include <linux/module.h>
#include <linux/types.h>
@@ -1290,8 +1295,7 @@
void cdrom_sleep (int time)
{
current->state = TASK_INTERRUPTIBLE;
- current->timeout = jiffies + time;
- schedule ();
+ schedule_timeout(time);
}
static
@@ -2632,7 +2636,7 @@
if (was_locked)
(void) cdrom_lockdoor (drive, 1, NULL);
- return stat;
+ return slot;
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov