Re: [PATCH] logfs: clarify MTD dependency

2015-11-27 Thread Michal Marek
On 2015-11-27 15:30, Arnd Bergmann wrote: > On Friday 27 November 2015 15:14:06 Michal Marek wrote: >> >> Hi Arnd, >> >> I hit this as well and was about to submit a slightly different fix. Can >> you try the logfs portion of the below patch? Proper changelog is to be >> done, but the gist of the p

Re: [PATCH] logfs: clarify MTD dependency

2015-11-27 Thread Arnd Bergmann
On Friday 27 November 2015 15:14:06 Michal Marek wrote: > > Hi Arnd, > > I hit this as well and was about to submit a slightly different fix. Can > you try the logfs portion of the below patch? Proper changelog is to be > done, but the gist of the patch is that IS_REACHABLE(CONFIG_FOO) > evaluat

Re: [PATCH] logfs: clarify MTD dependency

2015-11-27 Thread Michal Marek
On Fri, Nov 27, 2015 at 02:54:53PM +0100, Arnd Bergmann wrote: > After a change to the way that composite modules work, we get > a logfs build error: > > fs/built-in.o: In function `logfs_mount': > :(.text+0x139d34): undefined reference to `logfs_get_sb_mtd' > fs/built-in.o: In function `logfs_get

[PATCH] logfs: clarify MTD dependency

2015-11-27 Thread Arnd Bergmann
After a change to the way that composite modules work, we get a logfs build error: fs/built-in.o: In function `logfs_mount': :(.text+0x139d34): undefined reference to `logfs_get_sb_mtd' fs/built-in.o: In function `logfs_get_sb_bdev': :(.text+0x13aa08): undefined reference to `logfs_get_sb_mtd' Th