[pnfs] [PATCH] initialize nops to 0

Marc Eshel eshel at almaden.ibm.com
Mon Jun 4 13:28:43 EDT 2007


From: Marc Eshel <eshel at almaden.ibm.com>


---

 fs/nfs/callback_xdr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/nfs/callback_xdr.c b/fs/nfs/callback_xdr.c
index 4fdcbc9..718110d 100644
--- a/fs/nfs/callback_xdr.c
+++ b/fs/nfs/callback_xdr.c
@@ -618,7 +618,7 @@ static int nfs4_callback_compound(struct
 	struct xdr_stream xdr_in, xdr_out;
 	uint32_t *p;
 	unsigned int status;
-	unsigned int nops = 1;
+	unsigned int nops = 0;
 
 	dprintk("%s: start\n", __FUNCTION__);
 


More information about the pNFS mailing list