If the patch looks right, could you make sure it finds its way into
Linus' tree?
Thanks,
--david
===== net/sunrpc/svc.c 1.20 vs edited =====
--- 1.20/net/sunrpc/svc.c Fri Feb 7 12:25:20 2003
+++ edited/net/sunrpc/svc.c Wed Jun 18 15:02:19 2003
@@ -111,7 +111,7 @@
static int
svc_init_buffer(struct svc_rqst *rqstp, unsigned int size)
{
- int pages = 2 + (size+ PAGE_SIZE -1) / PAGE_SIZE;
+ int pages = 1 + (size+ PAGE_SIZE -1) / PAGE_SIZE;
int arghi;
rqstp->rq_argused = 0;
-
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/