From: NeilBrown <neilb@suse.de>
Subject: Allow more operations in an NFSv4.1 request.
References: bnc#890513
Patch-mainline: not needed

NFSv4.1 with the recent fix to add 'access' requests to
'open' needs 9 ops per request.
So like the comment says, we should adjust NFS4_MAX_OPS.

Signed-off-by: NeilBrown <neilb@suse.de>

---
 include/linux/nfs4.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.0-SLE11-SP3.orig/include/linux/nfs4.h
+++ linux-3.0-SLE11-SP3/include/linux/nfs4.h
@@ -151,7 +151,7 @@
 /* An NFS4 sessions server must support at least NFS4_MAX_OPS operations.
  * If a compound requires more operations, adjust NFS4_MAX_OPS accordingly.
  */
-#define NFS4_MAX_OPS   8
+#define NFS4_MAX_OPS   9
 
 /* Our NFS4 client back channel server only wants the cb_sequene and the
  * actual operation per compound
