]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/hfs/super.c
vfs: Use const for kernel parser table
[net-next-2.6.git] / fs / hfs / super.c
index 4abb1047c68992806125c1ad003e91a9f0cdbd41..3c7c7637719cfd6e83531402e0759f38c794e3a6 100644 (file)
@@ -173,7 +173,7 @@ enum {
        opt_err
 };
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        { opt_uid, "uid=%u" },
        { opt_gid, "gid=%u" },
        { opt_umask, "umask=%o" },