* [PATCH] SQUASHME: nfsd41: add missing break when encoding op_why_no_deleg
@ 2012-02-16 18:00 Benny Halevy
0 siblings, 0 replies; only message in thread
From: Benny Halevy @ 2012-02-16 18:00 UTC (permalink / raw)
To: linux-nfs
Signed-off-by: Benny Halevy <bhalevy@tonian.com>
---
Note: This patch applies only to my tree at
git://linux-nfs.org/~bhalevy/linux-pnfs.git
as the relevant code is not submitted upstream yet
fs/nfsd/nfs4xdr.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
index 54a4c5e..7b08846 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
@@ -3051,6 +3051,7 @@ static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp,
RESERVE_SPACE(8);
WRITE32(open->op_why_no_deleg);
WRITE32(0); /* deleg signaling not supported yet */
+ break;
default:
RESERVE_SPACE(4);
WRITE32(open->op_why_no_deleg);
--
1.7.6.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-16 18:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 18:00 [PATCH] SQUASHME: nfsd41: add missing break when encoding op_why_no_deleg Benny Halevy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).