2.4.0-test1 knfsd

From: Klaus Kudielka (klaus.kudielka@ieee.org)
Date: Wed Jun 14 2000 - 16:11:27 EST


Hello,

can somebody explain _why_ asynchronous writes are completely disabled for
NFS v2 clients? If not, I suggest the following patch, which results in
the documented behaviour (sync or async option in /etc/exports):

--- nfsproc.c.ORIG Wed Jun 14 10:51:15 2000
+++ nfsproc.c Wed Jun 14 10:51:36 2000
@@ -167,7 +167,7 @@
                                         struct nfsd_attrstat *resp)
 {
         int nfserr;
- int stable = 1;
+ int stable = 0;
 
         dprintk("nfsd: WRITE %s %d bytes at %d\n",
                 SVCFH_fmt(&argp->fh),

-Klaus

-
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 : Thu Jun 15 2000 - 21:00:33 EST