Re: [PATCH 2.6.21.1] nfs-root: added possibility to override default MTU (for UDP jumbo frames)

2007-07-02 Thread Peter Staubach
[EMAIL PROTECTED] wrote: To use a NFS-root for UDP jumbo frames the kernel on the client need to bring up interface with MTU set to 9000 bytes - otherwise it cannot contact server with jumbo frames enabled (nfs server not responding, still trying) and cannot boot. Added a kernel parameter named

Re: [PATCH 30/40] nfs: fixup missing error code

2007-05-04 Thread Peter Staubach
Peter Zijlstra wrote: Commit 0b67130149b006628389ff3e8f46be9957af98aa lost the setting of tk_status to -EIO when there was no progress with short reads. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- fs/nfs/read.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: