nfsd: recover: constify nfsd4_client_tracking_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 22 Nov 2015 07:22:10 +0000 (08:22 +0100)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 23 Nov 2015 19:15:30 +0000 (12:15 -0700)
commit7c582e4faaf2593116068fc9ec8f5d81f720c02b
tree82722d73508bf0da5743ffb76fea4f850e7f28e8
parent6f18dc893981e4daab29221d6a9771f3ce2dd8c5
nfsd: recover: constify nfsd4_client_tracking_ops structures

The nfsd4_client_tracking_ops structures are never modified, so declare
them 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/netns.h
fs/nfsd/nfs4recover.c