Commit 5acb7574 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] nfs token table can be __initdata

nfs token table can be  __initdata
parent 2901f6ba
......@@ -124,7 +124,7 @@ enum {
Opt_broken_suid, Opt_err,
};
static match_table_t tokens = {
static match_table_t __initdata tokens = {
{Opt_port, "port=%u"},
{Opt_rsize, "rsize=%u"},
{Opt_wsize, "wsize=%u"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment