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