Re: [PATCH 7/7] SUNRPC: make kvec const

2017-08-25 Thread Jeff Layton
On Fri, 2017-08-25 at 19:51 +0530, Bhumika Goyal wrote: > Make this const as it is only used during a copy operation. > > Signed-off-by: Bhumika Goyal > --- > net/sunrpc/xdr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/sunrpc/xdr.c

[PATCH 7/7] SUNRPC: make kvec const

2017-08-25 Thread Bhumika Goyal
Make this const as it is only used during a copy operation. Signed-off-by: Bhumika Goyal --- net/sunrpc/xdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c index e34f4ee..a096025 100644 --- a/net/sunrpc/xdr.c +++