linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NFSD needs EXPORTFS
@ 2005-02-03 17:01 Matthew Wilcox
  2005-02-03 17:28 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2005-02-03 17:01 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-kernel


Got this report about 2.6.11-rc3.  Is this the correct solution?

----- Forwarded message from Joel Soete <soete.joel@tiscali.be> -----

A short analyse, it seems that's because NFSD was builtin while EXPORTFS
was a module in my previous config file. Imho EXPORTFS would be build as
NFSD?

Is the following hunk would do the trick:
--- fs/Kconfig.Orig     2005-02-03 16:45:13.562275206 +0100
+++ fs/Kconfig  2005-02-03 16:46:36.496469111 +0100
@@ -1400,6 +1400,7 @@
        tristate "NFS server support"
        depends on INET
        select LOCKD
+       select EXPORTFS
        select SUNRPC
        help
          If you want your Linux box to act as an NFS *server*, so that other
========><========

Thanks in advance,
    Joel

----- End forwarded message -----

-- 
"Next the statesmen will invent cheap lies, putting the blame upon 
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince 
himself that the war is just, and will thank God for the better sleep 
he enjoys after this process of grotesque self-deception." -- Mark Twain

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: NFSD needs EXPORTFS
  2005-02-03 17:01 NFSD needs EXPORTFS Matthew Wilcox
@ 2005-02-03 17:28 ` Adrian Bunk
  2005-02-03 17:59   ` Joel Soete
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-02-03 17:28 UTC (permalink / raw)
  To: Matthew Wilcox, Joel Soete, Roman Zippel
  Cc: linux-fsdevel, linux-kernel, Christoph Hellwig

On Thu, Feb 03, 2005 at 05:01:11PM +0000, Matthew Wilcox wrote:
> 
> Got this report about 2.6.11-rc3.  Is this the correct solution?
> 
> ----- Forwarded message from Joel Soete <soete.joel@tiscali.be> -----
> 
> A short analyse, it seems that's because NFSD was builtin while EXPORTFS
> was a module in my previous config file. Imho EXPORTFS would be build as
> NFSD?
> 
> Is the following hunk would do the trick:
> --- fs/Kconfig.Orig     2005-02-03 16:45:13.562275206 +0100
> +++ fs/Kconfig  2005-02-03 16:46:36.496469111 +0100
> @@ -1400,6 +1400,7 @@
>         tristate "NFS server support"
>         depends on INET
>         select LOCKD
> +       select EXPORTFS
>         select SUNRPC
>         help
>           If you want your Linux box to act as an NFS *server*, so that other
> ========><========
> 
> Thanks in advance,
>     Joel


If the problem occured with CONFIG_XFS_FS=m I understand what went 
wrong.

It seems to be correct.

This was a side effect of Roman's fix for the XFS <-> EXPORTFS 
dependency.


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: NFSD needs EXPORTFS
  2005-02-03 17:28 ` Adrian Bunk
@ 2005-02-03 17:59   ` Joel Soete
  0 siblings, 0 replies; 3+ messages in thread
From: Joel Soete @ 2005-02-03 17:59 UTC (permalink / raw)
  To: Adrian Bunk, Matthew Wilcox, Roman Zippel
  Cc: linux-fsdevel, linux-kernel, Christoph Hellwig

...
> 
> If the problem occured with CONFIG_XFS_FS=m I understand what went 
> wrong.
> 
Yes, it was

> It seems to be correct.
> 
> This was a side effect of Roman's fix for the XFS <-> EXPORTFS 
> dependency.
> 
Thanks a lot,
    Joel



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-02-03 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-03 17:01 NFSD needs EXPORTFS Matthew Wilcox
2005-02-03 17:28 ` Adrian Bunk
2005-02-03 17:59   ` Joel Soete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).