Re: mcdx in Linux-2.1.127

Akira YOSHIYAMA (yosshy@debian.or.jp)
Sun, 8 Nov 1998 19:43:36 +0900 (JST)


Hello.

I received from kai@eclipse.asta.uni-essen.de on 11 08 , 1998.

kai: Hi,
kai: somebody seems to have missed removing the
kai: current->timeout = tout;
kai: in drivers/cdrom/mcdx.c (line 800).

Not only this. See below:

---

((19:20:19 master2:/usr/src/linux)) root: find . -name \*.[ch] -exec grep "current->timeout" {} \; -print unsigned long timeout = current->timeout - jiffies - 1; current->timeout = 0; ./arch/sparc64/kernel/sys_sparc32.c current->timeout = jiffies + LP_TIMEOUT_POLLED; current->timeout = jiffies + LP_TIMEOUT_INTERRUPT; current->timeout = jiffies + timeout; ./drivers/char/lp_m68k.c savetime = current->timeout; current->timeout = savetime; ./drivers/char/istallion.c current->timeout = HZ/10; ./drivers/char/ftape/zftape/zftape-buffers.c current->timeout = tout; ./drivers/cdrom/mcdx.c /* current->timeout = jiffies + 30 * HZ; */ ./fs/lockd/clntlock.c #define current_set_timeout(val) current->timeout = val ./include/linux/wrapper.h ((19:32:37 master2:/usr/src/linux)) root:

---
Akira Yoshiyama <yosshy@debian.or.jp>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/