From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: Re: [PATCH 0/4] make function arg and structures as const Date: Thu, 9 Nov 2017 21:21:25 -0500 Message-ID: <20171110022125.GA13874@fieldses.org> References: <1508256866-12798-1-git-send-email-bhumirks@gmail.com> <1508258427.4747.7.camel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Bhumika Goyal , julia.lawall-L2FTfq7BK8M@public.gmane.org, trond.myklebust-7I+n7zu2hftEKMMhf/gKZA@public.gmane.org, anna.schumaker-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org, davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org, linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jeff Layton Return-path: Content-Disposition: inline In-Reply-To: <1508258427.4747.7.camel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Tue, Oct 17, 2017 at 12:40:27PM -0400, Jeff Layton wrote: > 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 Thanks, I've applied 1, 3, and 4 and could take #2 as well if it's OK with Trond/Anna. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html