Linus Torvalds writes: (Summary) Nico,
Nico,
On Sat, Dec 16, 2017 at 7:00 PM, kbuild test robot
<fengguang.wu@intel.com> wrote:
This does seem to be real.
As of 99c18ce580c6 ("cramfs: direct memory access support") cramfs seems to require MTD, but that's not expressed in the Kconfig. Oddly, _some_ of the mtd functions are protected with Oddly, _some_ of the mtd functions are protected with
Nico,
On Sat, Dec 16, 2017 at 7:00 PM, kbuild test robot
<fengguang.wu@intel.com> wrote:
[...]
fs/cramfs/inode.c:959: undefined reference to `mount_mtd' This does seem to be real.This does seem to be real.
As of 99c18ce580c6 ("cramfs: direct memory access support") cramfs seems to require MTD, but that's not expressed in the Kconfig. Oddly, _some_ of the mtd functions are protected with Oddly, _some_ of the mtd functions are protected with
if (IS_ENABLED(CCONFIG_CRAMFS_MTD) ..) but cramfs_mtd_fill_super() is not.