lkml.org 
[lkml]   [2005]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.11-rc2-mm2
Paul Blazejowski <diffie@gmail.com> 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?

--- 25/fs/xfs/Kconfig~a 2005-01-29 23:55:53.643674392 -0800
+++ 25-akpm/fs/xfs/Kconfig 2005-01-29 23:56:26.435689248 -0800
@@ -22,7 +22,8 @@ config XFS_FS

config XFS_EXPORT
bool
- default y if XFS_FS && EXPORTFS
+ depends on XFS_FS
+ select EXPORTFS

config XFS_RT
bool "Realtime support (EXPERIMENTAL)"
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.087 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site