]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite127417d264f20c09e8b09b46a5face795cd29b7
tree4434338cd4638136a00332506e0d01de434c7204
parent7f2cd918c2f89e3b5a9a4da95552dffab9199cbf
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