]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/udf/super.c
vfs: Use const for kernel parser table
[net-next-2.6.git] / fs / udf / super.c
index 5698bbf83bbff90565ad75e46e04d037c457135d..e25e7010627b887bee05a004d55642888a00a291 100644 (file)
@@ -369,7 +369,7 @@ enum {
        Opt_err, Opt_uforget, Opt_uignore, Opt_gforget, Opt_gignore
 };
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        {Opt_novrs,     "novrs"},
        {Opt_nostrict,  "nostrict"},
        {Opt_bs,        "bs=%u"},