diff options
Diffstat (limited to 'fs/gfs2/eaops.h')
-rw-r--r-- | fs/gfs2/eaops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eaops.h b/fs/gfs2/eaops.h index b045897e1e83..508b4f7a2449 100644 --- a/fs/gfs2/eaops.h +++ b/fs/gfs2/eaops.h | |||
@@ -20,7 +20,7 @@ struct gfs2_eattr_operations { | |||
20 | char *eo_name; | 20 | char *eo_name; |
21 | }; | 21 | }; |
22 | 22 | ||
23 | unsigned int gfs2_ea_name2type(const char *name, char **truncated_name); | 23 | unsigned int gfs2_ea_name2type(const char *name, const char **truncated_name); |
24 | 24 | ||
25 | extern struct gfs2_eattr_operations gfs2_system_eaops; | 25 | extern struct gfs2_eattr_operations gfs2_system_eaops; |
26 | 26 | ||