ext2: 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
f01cbd3f81
commit
749c72efa4
@ -50,7 +50,7 @@ ext2_xattr_trusted_set(struct dentry *dentry, const char *name,
|
||||
value, size, flags);
|
||||
}
|
||||
|
||||
struct xattr_handler ext2_xattr_trusted_handler = {
|
||||
const struct xattr_handler ext2_xattr_trusted_handler = {
|
||||
.prefix = XATTR_TRUSTED_PREFIX,
|
||||
.list = ext2_xattr_trusted_list,
|
||||
.get = ext2_xattr_trusted_get,
|
||||
|
Reference in New Issue
Block a user