summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorJ. Bruce Fields2008-04-07 21:59:03 +0200
committerJonathan Corbet2008-04-11 21:18:01 +0200
commit6ded55da6be9f186ae1022724a5881b43846c164 (patch)
tree1d7adf36afefb163b9882e694aee1bfaad4732f6 /fs/Kconfig
parentSpell out behavior of atomic_dec_and_lock() in kerneldoc (diff)
downloadkernel-qcow2-linux-6ded55da6be9f186ae1022724a5881b43846c164.tar.gz
kernel-qcow2-linux-6ded55da6be9f186ae1022724a5881b43846c164.tar.xz
kernel-qcow2-linux-6ded55da6be9f186ae1022724a5881b43846c164.zip
Documentation: move nfsroot.txt to filesystems/
Documentation/ is a little large, and filesystems/ seems an obvious place for this file. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index d7312825592b..c509123bea49 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1744,10 +1744,10 @@ config ROOT_NFS
If you want your Linux box to mount its whole root file system (the
one containing the directory /) from some other computer over the
net via NFS (presumably because your box doesn't have a hard disk),
- say Y. Read <file:Documentation/nfsroot.txt> for details. It is
- likely that in this case, you also want to say Y to "Kernel level IP
- autoconfiguration" so that your box can discover its network address
- at boot time.
+ say Y. Read <file:Documentation/filesystems/nfsroot.txt> for
+ details. It is likely that in this case, you also want to say Y to
+ "Kernel level IP autoconfiguration" so that your box can discover
+ its network address at boot time.
Most people say N here.