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

george anzinger (george@mvista.com)
Wed, 16 Oct 2002 01:25:07 -0700


This is a multi-part message in MIME format.
--------------0A8F24DC55619D8C41286B2F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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
--------------0A8F24DC55619D8C41286B2F
Content-Type: text/plain; charset=us-ascii;
 name="fix-2.5.43-nfs.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="fix-2.5.43-nfs.patch"

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

--------------0A8F24DC55619D8C41286B2F--

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