vfs: Use const for kernel parser table
[deliverable/linux.git] / fs / autofs4 / inode.c
index 7bb3e5ba0537e29e6b11f438619f4ccecb71dac0..45d55819203d5f00cc5d9150bc81d7bdd63ca38a 100644 (file)
@@ -213,7 +213,7 @@ static const struct super_operations autofs4_sops = {
 enum {Opt_err, Opt_fd, Opt_uid, Opt_gid, Opt_pgrp, Opt_minproto, Opt_maxproto,
        Opt_indirect, Opt_direct, Opt_offset};
 
-static match_table_t tokens = {
+static const match_table_t tokens = {
        {Opt_fd, "fd=%u"},
        {Opt_uid, "uid=%u"},
        {Opt_gid, "gid=%u"},
This page took 0.024302 seconds and 5 git commands to generate.