On Sat, Jan 29, 2005 at 11:56:53PM -0800, Andrew Morton wrote: > Paul Blazejowski <[EMAIL PROTECTED]> wrote: > > > > Kernel compile errors here, i think this might be XFS related... > > > > fs/built-in.o(.text+0x52a93): In function `linvfs_decode_fh': > > : undefined reference to `find_exported_dentry' > > make: *** [.tmp_vmlinux1] Error 1 > > bix:/home/akpm> grep EXPORT x > CONFIG_XFS_EXPORT=y > CONFIG_EXPORTFS=m > > That isn't going to work. Something like this, perhaps?
This patch (implementing Roman's suggestion) should fix it: --- linux-2.6.11-rc2-mm1/fs/xfs/Kconfig~ 2005-01-31 15:56:45.969973712 +0100 +++ linux-2.6.11-rc2-mm1/fs/xfs/Kconfig 2005-01-31 15:57:12.236974472 +0100 @@ -3,6 +3,7 @@ config XFS_FS tristate "XFS filesystem support" select QSORT + select EXPORTFS if NFSD help XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/