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:

committed by
Al Viro

parent
537d81ca7c
commit
b7bb0a1291
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user