[linux-yocto] [PATCH 0/3] linux-yocto 4.4: fix the build errors when yaffs2 is enabled

Bruce Ashfield bruce.ashfield at windriver.com
Wed Feb 24 10:15:08 PST 2016


On 2016-02-24 1:37 AM, Kevin Hao wrote:
> Hi,
>
> With these patches applied, we can use a yaffs2 rootfs on mpc8315e-rdb board:
>    root at mpc8315e-rdb:~# cat /proc/version
>    Linux version 4.4.1-yocto-standard (khao at pek-lpggp4) (gcc version 5.3.0 (GCC) ) #2 PREEMPT Wed Feb 24 10:30:40 CST 2016
>    root at mpc8315e-rdb:~# cat /proc/cmdline
>    root=/dev/mtdblock3 rootfstype=yaffs2 console=ttyS0,115200
>    root at mpc8315e-rdb:~# mount
>    /dev/root on / type yaffs2 (rw,relatime)

Thanks Kevin,

I've staged these patches. SRCREV updates to follow shortly.

Bruce

>
> Kevin Hao (2):
>    yaffs2: NULL ->read/->write
>    yaffs2: using new ->follow_link() and ->put_link() calling conventions
>
> Yang Shi (1):
>    yaffs2: replace f_dentry to f_path.dentry
>
>   fs/yaffs2/yaffs_vfs.c | 36 +++++++++++++++++-------------------
>   1 file changed, 17 insertions(+), 19 deletions(-)
>



More information about the linux-yocto mailing list