Re: Linux v2.5.43 nfs fails to boot, fix

From: george anzinger (george@mvista.com)
Date: Wed Oct 16 2002 - 03:25:07 EST


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;

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:27 EST