gfs: constify xattr_handler

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Stephen Hemminger
2010-05-13 17:53:23 -07:00
committed by Al Viro
parent 537d81ca7c
commit b7bb0a1291
4 changed files with 6 additions and 6 deletions

View File

@@ -335,7 +335,7 @@ out:
return error;
}
struct xattr_handler gfs2_xattr_system_handler = {
const struct xattr_handler gfs2_xattr_system_handler = {
.prefix = XATTR_SYSTEM_PREFIX,
.flags = GFS2_EATYPE_SYS,
.get = gfs2_xattr_system_get,