--- linux-2.2.5/fs/lockd/clntproc.c-prepere Wed Apr 21 23:11:24 1999 +++ linux-2.2.5/fs/lockd/clntproc.c Thu Apr 22 14:29:09 1999 @@ -322,6 +322,10 @@ { int status; + /* There is never a conflicting lock - try to get WP8 running [pere 1999-04-21] */ + fl->fl_type = F_UNLCK; + return 0; + if ((status = nlmclnt_call(req, NLMPROC_TEST)) < 0) return status; @@ -368,6 +372,9 @@ struct nlm_host *host = req->a_host; struct nlm_res *resp = &req->a_res; int status; + + /* All locking succeds to get WP8 running [pere 1999-04-22] */ + return 0; if (!host->h_monitored && nsm_monitor(host) < 0) { printk(KERN_NOTICE "lockd: failed to monitor %s\n",