kernel: update yaffs code to the latest version
authorGabor Juhos <juhosg@openwrt.org>
Tue, 31 Mar 2015 15:31:57 +0000 (15:31 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 31 Mar 2015 15:31:57 +0000 (15:31 +0000)
commit82f0308be91d572df10dadfe59f196e14760dc3d
tree06f81e98d755d3b1d9a199b9b78a277ce3577b03
parent640318e62090821c1778dc9e3dfc5608bdcd7f0b
kernel: update yaffs code to the latest version

Use the latest version of the yaffs code. Fetched from the
yaffs2 git tree and it is based on the following commit:

  commit 7e5cf0fa1b694f835cdc184a8395b229fa29f9ae
  Author: Charles Manning <cdhmanning@gmail.com>
  Date:   Thu Aug 7 11:25:05 2014 +1200

    yaffs-direct: Basic tests. Add lpthread flag for background gc support

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 45188
35 files changed:
target/linux/generic/files/fs/yaffs2/NOTE.openwrt
target/linux/generic/files/fs/yaffs2/yaffs_attribs.c
target/linux/generic/files/fs/yaffs2/yaffs_guts.c
target/linux/generic/files/fs/yaffs2/yaffs_guts.h
target/linux/generic/files/fs/yaffs2/yaffs_mtdif.c
target/linux/generic/files/fs/yaffs2/yaffs_packedtags1.h
target/linux/generic/files/fs/yaffs2/yaffs_summary.c
target/linux/generic/files/fs/yaffs2/yaffs_vfs.c
target/linux/generic/files/fs/yaffs2/yaffs_yaffs2.c
target/linux/generic/patches-3.14/501-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch [deleted file]
target/linux/generic/patches-3.14/501-yaffs-add-missing-flush-arguments.patch [new file with mode: 0644]
target/linux/generic/patches-3.14/502-yaffs-3.10-disable-proc-entry.patch [deleted file]
target/linux/generic/patches-3.14/502-yaffs-fix-compat-tags-handling.patch [new file with mode: 0644]
target/linux/generic/patches-3.14/503-yaffs-3.12-convert-readdir-to-iterate.patch [deleted file]
target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch
target/linux/generic/patches-3.14/504-yaffs-3.16-new-fops.patch [new file with mode: 0644]
target/linux/generic/patches-3.14/504-yaffs-fix-compat-tags-handling.patch [deleted file]
target/linux/generic/patches-3.18/501-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch [deleted file]
target/linux/generic/patches-3.18/501-yaffs-add-missing-flush-arguments.patch [new file with mode: 0644]
target/linux/generic/patches-3.18/502-yaffs-3.10-disable-proc-entry.patch [deleted file]
target/linux/generic/patches-3.18/502-yaffs-fix-compat-tags-handling.patch [new file with mode: 0644]
target/linux/generic/patches-3.18/503-yaffs-3.12-convert-readdir-to-iterate.patch [deleted file]
target/linux/generic/patches-3.18/503-yaffs-add-tags-9bytes-mount-option.patch
target/linux/generic/patches-3.18/504-yaffs-3.16-new-fops.patch [new file with mode: 0644]
target/linux/generic/patches-3.18/504-yaffs-fix-compat-tags-handling.patch [deleted file]
target/linux/generic/patches-3.18/505-yaffs-3.16-new-fops.patch [deleted file]
target/linux/generic/patches-4.0/501-yaffs-3.5-convert-to-use-kuid_t-kgid_t.patch [deleted file]
target/linux/generic/patches-4.0/501-yaffs-add-missing-flush-arguments.patch [new file with mode: 0644]
target/linux/generic/patches-4.0/502-yaffs-3.10-disable-proc-entry.patch [deleted file]
target/linux/generic/patches-4.0/502-yaffs-fix-compat-tags-handling.patch [new file with mode: 0644]
target/linux/generic/patches-4.0/503-yaffs-3.12-convert-readdir-to-iterate.patch [deleted file]
target/linux/generic/patches-4.0/503-yaffs-add-tags-9bytes-mount-option.patch
target/linux/generic/patches-4.0/504-yaffs-3.16-new-fops.patch [new file with mode: 0644]
target/linux/generic/patches-4.0/504-yaffs-fix-compat-tags-handling.patch [deleted file]
target/linux/generic/patches-4.0/505-yaffs-3.16-new-fops.patch [deleted file]