]> asedeno.scripts.mit.edu Git - linux.git/commit
NFSD: make cache_detail structures const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 17 Oct 2017 16:14:25 +0000 (18:14 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 27 Nov 2017 21:45:11 +0000 (16:45 -0500)
commitae2e408ec2e861b0e7dceea1808e4305a9381c2f
tree6ecf0041f7a6890da39d0b4fd8429d5b0e51d6cc
parentd34971a65b72619508f49cd237283e92f1c329d5
NFSD: 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>
fs/nfsd/export.c
fs/nfsd/nfs4idmap.c