Re: [patch] lowlatency-2.4.0-test6-C4

From: Ingo Molnar (mingo@elte.hu)
Date: Fri Aug 04 2000 - 06:05:35 EST


On Fri, 4 Aug 2000, Chris Wedgwood wrote:

> What's is the point of?

> - if (filp->f_op && filp->f_op->ioctl)
> - return filp->f_op->ioctl(inode, filp, cmd, arg);
> + if (filp->f_op && filp->f_op->ioctl) {
> + int ret;
> + ret = filp->f_op->ioctl(inode, filp, cmd, arg);
> + return ret;
> + }

no point, i had debugging code in there.

        Ingo

-
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/



This archive was generated by hypermail 2b29 : Mon Aug 07 2000 - 21:00:12 EST