]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/adfs/super.c
fat: document additional vfat mount options
[linux-2.6-omap-h63xx.git] / fs / adfs / super.c
index 26f3b43726bb98d88f1bdfbd7de19579844300de..7f83a46f2b7e45502e7c761775f96498280a32e5 100644 (file)
@@ -157,7 +157,7 @@ static int adfs_show_options(struct seq_file *seq, struct vfsmount *mnt)
 
 enum {Opt_uid, Opt_gid, Opt_ownmask, Opt_othmask, Opt_err};
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        {Opt_uid, "uid=%u"},
        {Opt_gid, "gid=%u"},
        {Opt_ownmask, "ownmask=%o"},