lkml.org 
[lkml]   [2002]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux v2.5.43 nfs fails to boot, fix
Don't know if this is the correct fix, but it at least lets
the system boot with nfs.
--
George Anzinger george@mvista.com
High-res-timers:
http://sourceforge.net/projects/high-res-timers/
Preemption patch:
http://www.kernel.org/pub/linux/kernel/people/rml--- /usr/src/linux-2.5.43-posix/fs/nfs/proc.c~ Wed Oct 16 00:18:10 2002
+++ linux/fs/nfs/proc.c Wed Oct 16 01:10:40 2002
@@ -490,7 +490,7 @@

dprintk("NFS call fsinfo\n");
info->fattr->valid = 0;
- status = rpc_call(server->client, NFSPROC_STATFS, fhandle, &info, 0);
+ status = rpc_call(server->client, NFSPROC_STATFS, fhandle, info, 0);
dprintk("NFS reply fsinfo: %d\n", status);
if (status)
goto out;
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:1.332 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site