aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/xattr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.h b/fs/ocfs2/xattr.h
index e5c7f15465b4..19f134e896a9 100644
--- a/fs/ocfs2/xattr.h
+++ b/fs/ocfs2/xattr.h
@@ -32,7 +32,7 @@ enum ocfs2_xattr_type {
32 32
33struct ocfs2_security_xattr_info { 33struct ocfs2_security_xattr_info {
34 int enable; 34 int enable;
35 char *name; 35 const char *name;
36 void *value; 36 void *value;
37 size_t value_len; 37 size_t value_len;
38}; 38};