Loading fs/nfs/nfs4xdr.c +4 −4 Original line number Diff line number Diff line Loading @@ -3789,6 +3789,10 @@ static int decode_delegreturn(struct xdr_stream *xdr) return decode_op_hdr(xdr, OP_DELEGRETURN); } /* * END OF "GENERIC" DECODE ROUTINES. */ /* * Decode OPEN_DOWNGRADE response */ Loading @@ -3813,10 +3817,6 @@ static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct return status; } /* * END OF "GENERIC" DECODE ROUTINES. */ /* * Decode ACCESS response */ Loading Loading
fs/nfs/nfs4xdr.c +4 −4 Original line number Diff line number Diff line Loading @@ -3789,6 +3789,10 @@ static int decode_delegreturn(struct xdr_stream *xdr) return decode_op_hdr(xdr, OP_DELEGRETURN); } /* * END OF "GENERIC" DECODE ROUTINES. */ /* * Decode OPEN_DOWNGRADE response */ Loading @@ -3813,10 +3817,6 @@ static int nfs4_xdr_dec_open_downgrade(struct rpc_rqst *rqstp, __be32 *p, struct return status; } /* * END OF "GENERIC" DECODE ROUTINES. */ /* * Decode ACCESS response */ Loading