15 Jan, 2016

1 commit

  • Fix build errors that happen when CONFIG_LOGFS=y and CONFIG_MTD=m:

    fs/built-in.o: In function `logfs_mount':
    super.c:(.text+0x92a6f): undefined reference to `logfs_get_sb_mtd'
    fs/built-in.o: In function `logfs_get_sb_bdev':
    (.text+0x93530): undefined reference to `logfs_get_sb_mtd'

    This patch avoids the error by changing the dependencies of logfs in a
    way that we can no longer configure logfs as built-in when the MTD core
    is a loadable module, while leaving the dependency to require at least
    one of MTD or BLOCK to be enabled.

    Signed-off-by: Arnd Bergmann
    Signed-off-by: Randy Dunlap
    Cc: Michal Marek
    Cc: Peter Chen
    Cc: Randy Dunlap
    Cc: Joern Engel
    Cc: Prasad Joshi
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arnd Bergmann
     

22 Jan, 2013

1 commit

  • The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
    while now and is almost always enabled by default. As agreed during the
    Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

    CC: Joern Engel
    CC: Prasad Joshi
    Cc: Al Viro
    Signed-off-by: Kees Cook
    Signed-off-by: Greg Kroah-Hartman

    Kees Cook
     

21 Nov, 2009

1 commit