From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763272AbdJQQOf (ORCPT ); Tue, 17 Oct 2017 12:14:35 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:54881 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763251AbdJQQOc (ORCPT ); Tue, 17 Oct 2017 12:14:32 -0400 X-Google-Smtp-Source: ABhQp+QdSsQrPt6I4Tgp1WWSI0U2Wm6FOMNrvVIW0XAYjGLkY4J2Xb8gSvGNywMZXUOJj9s9y9hD+Q== From: Bhumika Goyal To: julia.lawall@lip6.fr, trond.myklebust@primarydata.com, anna.schumaker@netapp.com, bfields@fieldses.org, jlayton@poochiereds.net, davem@davemloft.net, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Cc: Bhumika Goyal Subject: [PATCH 0/4] make function arg and structures as const Date: Tue, 17 Oct 2017 18:14:22 +0200 Message-Id: <1508256866-12798-1-git-send-email-bhumirks@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 1.9.1