commit | 2a297450dd188a5d4e5e428c189b2de54f9073ba | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Wed Dec 23 22:25:13 2015 +0100 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Jan 07 10:10:50 2016 -0500 |
tree | 0316c3948ed5bc4ae5a40a1340cec60e0b516337 | |
parent | ea44463f376236a0541288cb8d575ab6b50370d2 [diff] |
lockd: constify nlmsvc_binding structure The nlmsvc_binding structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: J. Bruce Fields <bfields@redhat.com>