From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936944AbdJQQke (ORCPT ); Tue, 17 Oct 2017 12:40:34 -0400 Received: from mail-qt0-f178.google.com ([209.85.216.178]:52859 "EHLO mail-qt0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932503AbdJQQk3 (ORCPT ); Tue, 17 Oct 2017 12:40:29 -0400 X-Google-Smtp-Source: ABhQp+SlsONkrVBg34YtZkTMa5aXfwgVdYdOA0W3e64IGoJtmVGBEF9DTVZWksWn7HSNIuwAbngCCg== Message-ID: <1508258427.4747.7.camel@redhat.com> Subject: Re: [PATCH 0/4] make function arg and structures as const From: Jeff Layton To: Bhumika Goyal , julia.lawall@lip6.fr, trond.myklebust@primarydata.com, anna.schumaker@netapp.com, bfields@fieldses.org, davem@davemloft.net, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Date: Tue, 17 Oct 2017 12:40:27 -0400 In-Reply-To: <1508256866-12798-1-git-send-email-bhumirks@gmail.com> References: <1508256866-12798-1-git-send-email-bhumirks@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.6 (3.24.6-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2017-10-17 at 18:14 +0200, Bhumika Goyal wrote: > Make the function argument as const. After thing change, make > the cache_detail structures as const. > > Bhumika Goyal (4): > sunrpc: make the function arg as const > NFS: make cache_detail structures const > NFSD: make cache_detail structures const > SUNRPC: make cache_detail structures const > > fs/nfs/dns_resolve.c | 2 +- > fs/nfsd/export.c | 4 ++-- > fs/nfsd/nfs4idmap.c | 4 ++-- > include/linux/sunrpc/cache.h | 2 +- > net/sunrpc/auth_gss/svcauth_gss.c | 4 ++-- > net/sunrpc/cache.c | 2 +- > net/sunrpc/svcauth_unix.c | 4 ++-- > 7 files changed, 11 insertions(+), 11 deletions(-) > Looks pretty straightforward. You can add this to the set: Reviewed-by: Jeff Layton