Commit 707cb85a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] nfsd needs exportfs

With NFSD=y, EXPORTFS=m:

fs/built-in.o(.text+0x7fff5): In function `fh_verify':
/usr/src/25/fs/nfsd/nfsfh.c:221: undefined reference to `export_op_default'

So it seems that nfsd requires exportfs.

For consistency we should tidy up the definition of EXPORTFS too.
Signed-off-by: default avatarNeil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 75d66a47
...@@ -1401,6 +1401,7 @@ config NFSD ...@@ -1401,6 +1401,7 @@ config NFSD
depends on INET depends on INET
select LOCKD select LOCKD
select SUNRPC select SUNRPC
select EXPORTFS
help help
If you want your Linux box to act as an NFS *server*, so that other If you want your Linux box to act as an NFS *server*, so that other
computers on your local network which support NFS can access certain computers on your local network which support NFS can access certain
...@@ -1474,7 +1475,6 @@ config LOCKD_V4 ...@@ -1474,7 +1475,6 @@ config LOCKD_V4
config EXPORTFS config EXPORTFS
tristate tristate
default NFSD
config SUNRPC config SUNRPC
tristate tristate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment