ext4: 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:
parent
d1f21049f9
commit
11e2752807
6 changed files with 16 additions and 16 deletions
|
@ -69,7 +69,7 @@ ext4_init_security(handle_t *handle, struct inode *inode, struct inode *dir)
|
|||
return err;
|
||||
}
|
||||
|
||||
struct xattr_handler ext4_xattr_security_handler = {
|
||||
const struct xattr_handler ext4_xattr_security_handler = {
|
||||
.prefix = XATTR_SECURITY_PREFIX,
|
||||
.list = ext4_xattr_security_list,
|
||||
.get = ext4_xattr_security_get,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue