Re: elevator-starvation-5 (request queue rewrite)

Linus Torvalds (torvalds@transmeta.com)
Tue, 15 Feb 2000 19:57:29 -0800 (PST)


On Wed, 16 Feb 2000, Andrea Arcangeli wrote:
>
> >If you think a cast like "(signed)" will just cast to whatever signed type
>
> You guessed right my wrong thought.

The reason I guessed right was that I've had the same thinko.

It's now humans think, but it's not how a compiler works. The compiler
will just notice that it's missing a type, and use the C default type (ie
"int"). Oh, well..

Linus

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