Re: 2.6.11-rc2-mm2

From: Adrian Bunk (bunk_at_stusta.de)
Date: 01/30/05

  • Next message: Arjan van de Ven: "Re: MOD_USE_INC_COUNT and MOD_USE_DEC_COUNT"
    Date:	Sun, 30 Jan 2005 12:38:42 +0100
    To: Andrew Morton <akpm@osdl.org>
    
    

    On Sat, Jan 29, 2005 at 11:56:53PM -0800, Andrew Morton wrote:
    > 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
    >...

    Since nothing selects XFS_EXPORT, XFS_EXPORT will _never_ be enabled
    with this patch.

    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
    -
    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/
    

  • Next message: Arjan van de Ven: "Re: MOD_USE_INC_COUNT and MOD_USE_DEC_COUNT"

    Relevant Pages

    • Re: 2.6.11-rc2-mm1
      ... > It breaks compilation with gcc-4.0 ... This patch is correct, too. ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [2.6 patch] i386: always use 4k stacks
      ... reverting my patch would be more ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: RFC: [2.6 patch] better i386 CPU selection
      ... I had a short try to port Debian's patch ... This is not related to the issues my patch addresses. ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [2.6 patch] update Dag Brattlis email address
      ... > This patch is huge. ... There had been need of rain for many days. ... Pearl S. Buck - Dragon Seed ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [-mm patch] SCSI_QLA2ABC options must select FW_LOADER
      ... > I send a patch for this yesterday that lets SCSI_QLA2XXX select ... stay as it is (with the fixes from my patches) doesn't matter much - ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)