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

@@ -19,6 +19,6 @@
extern int gfs2_check_acl(struct inode *inode, int mask);
extern int gfs2_acl_create(struct gfs2_inode *dip, struct inode *inode);
extern int gfs2_acl_chmod(struct gfs2_inode *ip, struct iattr *attr);
extern struct xattr_handler gfs2_xattr_system_handler;
extern const struct xattr_handler gfs2_xattr_system_handler;
#endif /* __ACL_DOT_H__ */