]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd: constify reply_cache_stats_operations structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 28 Aug 2016 20:36:55 +0000 (22:36 +0200)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 14 Nov 2016 20:24:19 +0000 (15:24 -0500)
commit7ba630f54ca6404351cebea03fbd3c95760b9b02
tree7550c1cfbc5ef5cf19169cde001b132669dac704
parent88382036674770173128417e4c09e9e549f82d54
nfsd: constify reply_cache_stats_operations structure

reply_cache_stats_operations, of type struct file_operations, is never
modified, so declare it as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Reviewed-by: Jeff Layton <jlayton@poochiereds.net>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfsctl.c