提交 49c2559e 编写于 作者: B Benny Halevy 提交者: Trond Myklebust

NFS: fix comment placement in nfs4xdr.c

Signed-off-by: NBenny Halevy <bhalevy@panasas.com>
Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 05d564fe
...@@ -3789,6 +3789,10 @@ static int decode_delegreturn(struct xdr_stream *xdr) ...@@ -3789,6 +3789,10 @@ static int decode_delegreturn(struct xdr_stream *xdr)
return decode_op_hdr(xdr, OP_DELEGRETURN); return decode_op_hdr(xdr, OP_DELEGRETURN);
} }
/*
* END OF "GENERIC" DECODE ROUTINES.
*/
/* /*
* Decode OPEN_DOWNGRADE response * Decode OPEN_DOWNGRADE response
*/ */
...@@ -3813,10 +3817,6 @@ static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct ...@@ -3813,10 +3817,6 @@ static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct
return status; return status;
} }
/*
* END OF "GENERIC" DECODE ROUTINES.
*/
/* /*
* Decode ACCESS response * Decode ACCESS response
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册