commit | 7c582e4faaf2593116068fc9ec8f5d81f720c02b | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Sun Nov 22 08:22:10 2015 +0100 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Nov 23 12:15:30 2015 -0700 |
tree | 82722d73508bf0da5743ffb76fea4f850e7f28e8 | |
parent | 6f18dc893981e4daab29221d6a9771f3ce2dd8c5 [diff] |
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>