Re: linux-2.4.0-test8-pre5

2000-09-11 Thread Vojtech Pavlik
On Wed, Sep 06, 2000 at 02:21:36PM +0200, Dan Aloni wrote: > > Can someone explain this line from the VIA update? > > #define FIT(v,min,max) (((v)>(max)?(max):(v))<(min)?(min):(v)) > > Barring side effects on the variables, it is equivalent to > > #define FIT(v,min,max) ((v)<(min)?(min):(v))

Re: linux-2.4.0-test8-pre5

2000-09-06 Thread Bill Wendling
Also sprach Dan Aloni: } On Wed, 6 Sep 2000, Peter Samuelson wrote: } } > Can someone explain this line from the VIA update? } > #define FIT(v,min,max) (((v)>(max)?(max):(v))<(min)?(min):(v)) } > Barring side effects on the variables, it is equivalent to } > #define FIT(v,min,max)

Re: linux-2.4.0-test8-pre5

2000-09-06 Thread Dan Aloni
On Wed, 6 Sep 2000, Peter Samuelson wrote: > > - VIA ide driver update (well, rewrite - the old one was buggy and broken) > > Can someone explain this line from the VIA update? > #define FIT(v,min,max) (((v)>(max)?(max):(v))<(min)?(min):(v)) > Barring side effects on the variables, it is

Re: linux-2.4.0-test8-pre5

2000-09-06 Thread Peter Samuelson
[Linus] > - pre5 > - truncate. Guess what? We threw away the key to the clue-box. > - simplify signal notification. And remember the spinlock. > - VIA ide driver update (well, rewrite - the old one was buggy and broken) Can someone explain this line from the VIA update? #define

Re: linux-2.4.0-test8-pre5

2000-09-06 Thread Dan Aloni
On Wed, 6 Sep 2000, Peter Samuelson wrote: - VIA ide driver update (well, rewrite - the old one was buggy and broken) Can someone explain this line from the VIA update? #define FIT(v,min,max) (((v)(max)?(max):(v))(min)?(min):(v)) Barring side effects on the variables, it is

Re: linux-2.4.0-test8-pre5

2000-09-06 Thread Bill Wendling
Also sprach Dan Aloni: } On Wed, 6 Sep 2000, Peter Samuelson wrote: } } Can someone explain this line from the VIA update? }#define FIT(v,min,max) (((v)(max)?(max):(v))(min)?(min):(v)) } Barring side effects on the variables, it is equivalent to }#define FIT(v,min,max)

linux-2.4.0-test8-pre5

2000-09-05 Thread Linus Torvalds
This entry in the changelog says it all: - truncate. Guess what? We threw away the key to the clue-box Most of the other stuff is cleanups or reasonably straightforward fixes. The truncate thread that's been going through the last few pre-releases is the big thing, and the one that has

linux-2.4.0-test8-pre5

2000-09-05 Thread Linus Torvalds
This entry in the changelog says it all: - truncate. Guess what? We threw away the key to the clue-box Most of the other stuff is cleanups or reasonably straightforward fixes. The truncate thread that's been going through the last few pre-releases is the big thing, and the one that has