commit | 121744440582004a1751c688a2622e5dfeaae09d | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Wed Aug 02 10:35:14 2017 +0200 |
committer | Mike Marshall <hubcap@omnibond.com> | Thu Sep 14 14:58:29 2017 -0400 |
tree | 4434338cd4638136a00332506e0d01de434c7204 | |
parent | 49e5571324a81ddbb0d06ff38f698534a2a47e33 [diff] |
orangefs: constify xattr_handler structure The xattr_handler structure is only stored in an array of const structures. Thus the xattr_handler structure itself can be const. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mike Marshall <hubcap@omnibond.com>