SUNRPC: make cache_detail structures const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 17 Oct 2017 16:14:26 +0000 (18:14 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 27 Nov 2017 21:45:11 +0000 (16:45 -0500)
commitee24eac3ebb781c12a654985e33ecaa07f4d0f95
treee16be0528107d0149db7fc3af260ef547abb702b
parentae2e408ec2e861b0e7dceea1808e4305a9381c2f
SUNRPC: make cache_detail structures const

Make these const as they are only getting passed to the function
cache_create_net having the argument as const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/auth_gss/svcauth_gss.c
net/sunrpc/svcauth_unix.c