diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/xattr.h | 2 |
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 | ||
33 | struct ocfs2_security_xattr_info { | 33 | struct 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 | }; |