Bug in 2.2.14 fs/dquot.c?

2000-01-08 Thread Andreas Gruenbacher
What's that? get_empty_dquot() defines a variable `count' that it never initializes. I get the following compiler message: dquot.c:542: warning: `count' might be used uninitialized in this function Possible patch attached. Don't know if this was the intention. Andreas --

Re: [ANNOUNCE] block device interfaces changes

2000-01-08 Thread Gregory Maxwell
On Sat, 8 Jan 2000, Richard B. Johnson wrote: > Good grief Charley Brown! You, in a few key-strokes, just blew away > major portions of the work done over the past few years by software > engineers who ported their drivers to Linux. Linux will never be > accepted as a 'professional' operating sys

Re: [ANNOUNCE] block device interfaces changes

2000-01-08 Thread Khimenko Victor
In <[EMAIL PROTECTED]> Richard B. Johnson ([EMAIL PROTECTED]) wrote: > On Fri, 7 Jan 2000, Alexander Viro wrote: >> Folks, there are changes underway in block device interface and >> some of them made it into 2.3.38. > [SNIP...] > Good grief Charley Brown! You, in a few key-strokes, just b

Re: [ANNOUNCE] block device interfaces changes

2000-01-08 Thread Alexander Viro
On Sat, 8 Jan 2000, Richard B. Johnson wrote: > On Fri, 7 Jan 2000, Alexander Viro wrote: > > > Folks, there are changes underway in block device interface and > > some of them made it into 2.3.38. > [SNIP...] > > Good grief Charley Brown! You, in a few key-strokes, just blew away > major

Re: [ANNOUNCE] block device interfaces changes

2000-01-08 Thread Alan Cox
> Good grief Charley Brown! You, in a few key-strokes, just blew away > major portions of the work done over the past few years by software > engineers who ported their drivers to Linux. Linux will never be > accepted as a 'professional' operating system if this continues. Hardly. You obviously d

Re: [ANNOUNCE] block device interfaces changes

2000-01-08 Thread Richard B. Johnson
On Fri, 7 Jan 2000, Alexander Viro wrote: > Folks, there are changes underway in block device interface and > some of them made it into 2.3.38. [SNIP...] Good grief Charley Brown! You, in a few key-strokes, just blew away major portions of the work done over the past few years by software

[ANNOUNCE] block device interfaces changes

2000-01-08 Thread Alexander Viro
Folks, there are changes underway in block device interface and some of them made it into 2.3.38. * New type (struct block_device) is defined. We have a cache of such objects, indexed by dev_t. struct block_device * is going to replace kdev_t for block devices. Handling of the cac