[patch] minor lockd debugging typo

From: Pete Wyckoff (pw@osc.edu)
Date: Tue May 29 2001 - 14:55:58 EST


Rather than print proc twice, you probably intend to show the prog.
(At least, I had wanted to see the prog in the debugging output. :) )

                -- Pete

diff -X dontdiff -ruN linux-2.4.5-kdb/fs/lockd/mon.c linux-2.4.5/fs/lockd/mon.c
--- linux-2.4.5-kdb/fs/lockd/mon.c Mon Oct 16 15:58:51 2000
+++ linux-2.4.5/fs/lockd/mon.c Tue May 29 15:52:17 2001
@@ -146,7 +146,7 @@
        u32 addr = ntohl(argp->addr);
 
        dprintk("nsm: xdr_encode_mon(%08x, %d, %d, %d)\n",
- htonl(argp->addr), htonl(argp->proc),
+ htonl(argp->addr), htonl(argp->prog),
                        htonl(argp->vers), htonl(argp->proc));
 
        /*
-
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/



This archive was generated by hypermail 2b29 : Thu May 31 2001 - 21:00:41 EST