What configuration is showing this build failure ? All my 5.4 builds come back green, with yaffs2 enabled. Do you have some different options enabled ? I'd like to reproduce it locally.
root@qemuarm64:~# uname -a Linux qemuarm64 5.4.28-yocto-standard #1 SMP PREEMPT Mon Mar 30 14:29:06 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux root@qemuarm64:~# zcat /proc/config.gz | grep YAFFS2 CONFIG_YAFFS_YAFFS2=y CONFIG_YAFFS_AUTO_YAFFS2=y root@qemuarm64:~# Bruce On Mon, Mar 30, 2020 at 11:09 PM <[email protected]> wrote: > > From: Yanfei Xu <[email protected]> > > Signed-off-by: Yanfei Xu <[email protected]> > --- > fs/yaffs2/yaffs_vfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/yaffs2/yaffs_vfs.c b/fs/yaffs2/yaffs_vfs.c > index 4fbd0a42ff3d..7a951baaf043 100644 > --- a/fs/yaffs2/yaffs_vfs.c > +++ b/fs/yaffs2/yaffs_vfs.c > @@ -1826,7 +1826,6 @@ static int yaffs_iterate(struct file *f, struct > dir_context *dc) > int ret_val = 0; > > char name[YAFFS_MAX_NAME_LENGTH + 1]; > - u64 i_version; > > obj = yaffs_dentry_to_obj(Y_GET_DENTRY(f)); > dev = obj->my_dev; > @@ -1900,6 +1899,7 @@ static int yaffs_readdir(struct file *f, void *dirent, > filldir_t filldir) > int ret_val = 0; > > char name[YAFFS_MAX_NAME_LENGTH + 1]; > + u64 i_version; > > obj = yaffs_dentry_to_obj(Y_GET_DENTRY(f)); > dev = obj->my_dev; > -- > 2.18.2 > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8567): https://lists.yoctoproject.org/g/linux-yocto/message/8567 Mute This Topic: https://lists.yoctoproject.org/mt/72670043/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
