On Sat, Jul 12, 2014 at 06:01:02PM -0400, Trond Myklebust wrote: > Quell another sparse warning. I think jlayton sent you the same fix with his set of sunrpc sparse fixes--could you just take that instead? (Or I can take this if you still want, I don't really care.) --b. > > Signed-off-by: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> > --- > net/sunrpc/xdr.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c > index 23fb4e75e245..290af97bf6f9 100644 > --- a/net/sunrpc/xdr.c > +++ b/net/sunrpc/xdr.c > @@ -509,7 +509,8 @@ void xdr_commit_encode(struct xdr_stream *xdr) > } > EXPORT_SYMBOL_GPL(xdr_commit_encode); > > -__be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr, size_t nbytes) > +static __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr, > + size_t nbytes) > { > static __be32 *p; > int space_left; > -- > 1.9.3 > -- 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