]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2591916ef620a567dc6b35909c4b08b29e1a7661
treee16be0528107d0149db7fc3af260ef547abb702b
parent9f0ceb25edac0733b41847aaffb533f14dabe2e8
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