Loading fs/nfsd/nfs4xdr.c +2 −5 Original line number Diff line number Diff line Loading @@ -2652,13 +2652,10 @@ static __be32 nfsd4_encode_components_esc(struct xdr_stream *xdr, char sep, strlen = end - str; if (strlen) { p = xdr_reserve_space(xdr, strlen + 4); if (!p) if (xdr_stream_encode_opaque(xdr, str, strlen) < 0) return nfserr_resource; p = xdr_encode_opaque(p, str, strlen); count++; } else } else end++; if (found_esc) end = next; Loading Loading
fs/nfsd/nfs4xdr.c +2 −5 Original line number Diff line number Diff line Loading @@ -2652,13 +2652,10 @@ static __be32 nfsd4_encode_components_esc(struct xdr_stream *xdr, char sep, strlen = end - str; if (strlen) { p = xdr_reserve_space(xdr, strlen + 4); if (!p) if (xdr_stream_encode_opaque(xdr, str, strlen) < 0) return nfserr_resource; p = xdr_encode_opaque(p, str, strlen); count++; } else } else end++; if (found_esc) end = next; Loading