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

Kevin Hao kexin.hao at windriver.com
Tue Feb 23 22:37:10 PST 2016


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)

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(-)

-- 
1.9.1



More information about the linux-yocto mailing list