Re: Linux 2.4.23-pre8

From: Philipp Matthias Hahn
Date: Thu Oct 23 2003 - 13:14:07 EST


Hi Marcelo, Trond, LKML.

On Wed, Oct 22, 2003 at 09:24:17PM -0200, Marcelo Tosatti wrote:
> Trond Myklebust:
> o Fix a deadlock in the NFS asynchronous write code
> o A request cannot be used as part of the RTO estimation if it gets
> resent since you don't know whether the server is replying to the
> first or the second transmission. However we're currently setting the
> cutoff point to be the timeout of the first transmission.
> o UDP round trip timer fix. Modify Karn's algorithm so that we inherit timeouts from previous requests.
> o Increase the minimum RTO timer value to 1/10 second. This is more in line with what is done for TCP.
> o Fix a stack overflow problem that was noticed by Jeff Garzik by removing some unused readdirplus cruft.
> o Make the client act correctly if the RPC server's asserts that it does not support a given program, version or procedure call.

make[3]: Entering directory `/usr/src/linux-2.4.23/net/sunrpc'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.23/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -fno-optimize-sibling-calls -DMODULE -nostdinc -iwithprefix include -DKBUILD_BASENAME=clnt -c -o clnt.o clnt.c
clnt.c: In function `call_verify':
clnt.c:946: error: duplicate case value
clnt.c:926: error: previously used here
clnt.c:951: error: duplicate case value
clnt.c:937: error: previously used here

BYtE
Philipp
--
/ / (_)__ __ ____ __ Philipp Hahn
/ /__/ / _ \/ // /\ \/ /
/____/_/_//_/\_,_/ /_/\_\ pmhahn@xxxxxxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/