>>>>> " " == Fredrik Staxaeng <fstx@algorithmica.se> writes:
> I get the following messages printed on the console: portmap:
It looks like you've somehow managed to enable locking on nfsroot:
You've probably just got a wrong patch for the 'NFS_MOUNT_LOCK'
bug. Please try the following patch instead.
Cheers,
Trond
--- fs/nfs/nfsroot.c.orig Wed Mar 22 18:55:33 2000
+++ fs/nfs/nfsroot.c Mon Apr 3 19:42:36 2000
@@ -145,7 +145,7 @@
{ "nocto", ~NFS_MOUNT_NOCTO, NFS_MOUNT_NOCTO },
{ "ac", ~NFS_MOUNT_NOAC, 0 },
{ "noac", ~NFS_MOUNT_NOAC, NFS_MOUNT_NOAC },
- { "lock", ~NFS_MOUNT_LOCK, 0 },
+ { "lock", ~NFS_MOUNT_NONLM, 0 },
{ "nolock", ~NFS_MOUNT_NONLM, NFS_MOUNT_NONLM },
{ NULL, 0, 0 }
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Fri Apr 07 2000 - 21:00:10 EST