orangefs: constify xattr_handler structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Wed, 2 Aug 2017 08:35:14 +0000 (10:35 +0200)
committerMike Marshall <hubcap@omnibond.com>
Thu, 14 Sep 2017 18:58:29 +0000 (14:58 -0400)
commit121744440582004a1751c688a2622e5dfeaae09d
tree4434338cd4638136a00332506e0d01de434c7204
parent49e5571324a81ddbb0d06ff38f698534a2a47e33
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>
fs/orangefs/xattr.c