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)
commit472f5abe113e59628501827db7a189f1c61a084e
tree72f146729ed70fe99b7110dfab8d6b68e3b39bde
parenta42b37dd86f41b02617c691fd0a8633dfbc7cb16
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45188 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]