[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1254406080-16264-1-git-send-email-sjayaraman@suse.de>
Date: Thu, 1 Oct 2009 19:38:00 +0530
From: Suresh Jayaraman <sjayaraman@...e.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Cc: netdev@...r.kernel.org, Neil Brown <neilb@...e.de>,
Miklos Szeredi <mszeredi@...e.cz>, Wouter Verhelst <w@...r.be>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
trond.myklebust@....uio.no, Jeff Mahoney <jeffm@...e.com>,
Suresh Jayaraman <sjayaraman@...e.de>
Subject: [PATCH 17/31] Fix initialization of ipv4_route_lock
From: Jeff Mahoney <jeffm@...e.com>
It's CONFIG_PROC_FS, not CONFIG_PROCFS.
Signed-off-by: Jeff Mahoney <jeffm@...e.com>
Signed-off-by: Suresh Jayaraman <sjayaraman@...e.de>
---
net/ipv4/route.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: mmotm/net/ipv4/route.c
===================================================================
--- mmotm.orig/net/ipv4/route.c
+++ mmotm/net/ipv4/route.c
@@ -3483,7 +3483,7 @@ int __init ip_rt_init(void)
ipv4_dst_ops.gc_thresh = (rt_hash_mask + 1);
ip_rt_max_size = (rt_hash_mask + 1) * 16;
-#ifdef CONFIG_PROCFS
+#ifdef CONFIG_PROC_FS
mutex_init(&ipv4_route_lock);
#endif
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists