Loading fs/nfs/callback_xdr.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static int nfs4_encode_void(struct svc_rqst *rqstp, __be32 *p, void *dummy) return xdr_ressize_check(rqstp, p); } static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) static __be32 *read_buf(struct xdr_stream *xdr, size_t nbytes) { __be32 *p; Loading Loading
fs/nfs/callback_xdr.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static int nfs4_encode_void(struct svc_rqst *rqstp, __be32 *p, void *dummy) return xdr_ressize_check(rqstp, p); } static __be32 *read_buf(struct xdr_stream *xdr, int nbytes) static __be32 *read_buf(struct xdr_stream *xdr, size_t nbytes) { __be32 *p; Loading