login
Header Space

 
 

[PATCH 2.6.x] fs/Kconfig: fix missing CONFIG_ROOT_NFS option

Previous thread: 2.6.25-rc: complete lockup on boot/start of X (bisected) by Marcin Slusarz on Sunday, March 2, 2008 - 3:00 pm. (15 messages)

Next thread: Too many timer interrupts in NO_HZ by Vaidyanathan Srinivasan on Sunday, March 2, 2008 - 3:48 pm. (7 messages)
To: <linux-kernel@...>
Date: Sunday, March 2, 2008 - 3:13 pm

Hi,

The CONFIG_ROOT_NFS option has been missing at least since 2.6.18,
fix is attached below:

---
diff -uNr a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig	2008-01-24 22:58:37.000000000 +0000
+++ b/fs/Kconfig	2008-03-02 17:59:54.000000000 +0000
@@ -1743,7 +1743,7 @@
 
 config ROOT_NFS
 	bool "Root file system on NFS"
-	depends on NFS_FS=y &amp;&amp; IP_PNP
+	depends on NFS_FS &amp;&amp; IP_PNP
 	help
 	  If you want your Linux box to mount its whole root file system (the
 	  one containing the directory /) from some other computer over the
---

John

-- 
Dr ZJ Laczik
=========================
Oxford Optics Ltd.
29 Harbord Road
Oxford OX2 8LH, UK
=========================
University of Oxford
Dept. of Engineering Sci.
Parks Road
Oxford OX1 3PJ, UK
phone: +44 1865 273115
fax:   +44 1865 273905
=========================
--
Previous thread: 2.6.25-rc: complete lockup on boot/start of X (bisected) by Marcin Slusarz on Sunday, March 2, 2008 - 3:00 pm. (15 messages)

Next thread: Too many timer interrupts in NO_HZ by Vaidyanathan Srinivasan on Sunday, March 2, 2008 - 3:48 pm. (7 messages)
speck-geostationary