aboutsummaryrefslogtreecommitdiff
path: root/fs/gfs2/eaops.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/eaops.h')
-rw-r--r--fs/gfs2/eaops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eaops.h b/fs/gfs2/eaops.h
index b045897e1e8..508b4f7a244 100644
--- a/fs/gfs2/eaops.h
+++ b/fs/gfs2/eaops.h
@@ -20,7 +20,7 @@ struct gfs2_eattr_operations {
char *eo_name;
};
-unsigned int gfs2_ea_name2type(const char *name, char **truncated_name);
+unsigned int gfs2_ea_name2type(const char *name, const char **truncated_name);
extern struct gfs2_eattr_operations gfs2_system_eaops;