Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html