]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] nfs token table can be __initdata
authorAndrew Morton <akpm@osdl.org>
Mon, 19 Apr 2004 05:07:44 +0000 (22:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 19 Apr 2004 05:07:44 +0000 (22:07 -0700)
nfs token table can be  __initdata

fs/nfs/nfsroot.c

index 2e43a7b76cd72e0ea67a63eb475858fa60dcefc6..fc425aa0d47c9c00d2f69fc401637a3659cba8e5 100644 (file)
@@ -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"},