diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index fb940c22ab0d..dea8f13c2fd9 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -919,7 +919,7 @@ enum { | |||
919 | Opt_inode_readahead_blks | 919 | Opt_inode_readahead_blks |
920 | }; | 920 | }; |
921 | 921 | ||
922 | static match_table_t tokens = { | 922 | static const match_table_t tokens = { |
923 | {Opt_bsd_df, "bsddf"}, | 923 | {Opt_bsd_df, "bsddf"}, |
924 | {Opt_minix_df, "minixdf"}, | 924 | {Opt_minix_df, "minixdf"}, |
925 | {Opt_grpid, "grpid"}, | 925 | {Opt_grpid, "grpid"}, |