trim nlm..._rqst variants

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h
index 902deb7..7a710d1 100644
--- a/include/linux/lockd/lockd.h
+++ b/include/linux/lockd/lockd.h
@@ -138,7 +138,7 @@
 	struct nlm_host *	a_host;		/* host handle */
 	struct nlm_args		a_args;		/* arguments */
 	struct nlm_res		a_res;		/* result */
-	struct nlm_block *	a_block;
+	//struct nlm_block *	a_block;
 	unsigned int		a_retries;	/* Retry count */
 	u8			a_owner[NLMCLNT_OHSIZE];
 };
@@ -150,7 +150,7 @@
 	struct nlm_args		a_args;		/* arguments */
 	struct nlm_res		a_res;		/* result */
 	struct nlm_block *	a_block;
-	unsigned int		a_retries;	/* Retry count */
+	//unsigned int		a_retries;	/* Retry count */
 	u8			a_owner[NLMCLNT_OHSIZE];
 };