

nfs token table can be  __initdata


---

 25-akpm/fs/nfs/nfsroot.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/nfs/nfsroot.c~nfs-tokens-initdata fs/nfs/nfsroot.c
--- 25/fs/nfs/nfsroot.c~nfs-tokens-initdata	2004-04-17 17:04:53.070435088 -0700
+++ 25-akpm/fs/nfs/nfsroot.c	2004-04-17 17:04:58.009684208 -0700
@@ -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"},

_
