yaffs: Import yaffs from Wed May 19 12:46:51 2010 +1200
authorArve Hjønnevåg <arve@android.com>
Wed, 19 May 2010 03:35:30 +0000 (20:35 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:17 +0000 (17:49 -0700)
commit9713f5863cad583550e5a99236df769d4baf1694
tree7aa86481d48bd25c9e906350fae019dd7070bb0f
parent13b56cd2bdb61603b4dc38b914912ba74d75d301
yaffs: Import yaffs from Wed May 19 12:46:51 2010 +1200

commit 294ec3ddf9786bddb329646010b165768870ce42
Author: Charles Manning <cdhmanning@gmail.com>
Date:   Wed May 19 12:46:51 2010 +1200

    yaffs: Add python test for O_EXCL

    Check that OEXCL really works according to what's on the box.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Change-Id: Idc6864901461dabfb7648f34db57238cdbbaaa72
Signed-off-by: Arve Hjønnevåg <arve@android.com>
37 files changed:
fs/Kconfig
fs/Makefile
fs/yaffs2/Kconfig [new file with mode: 0644]
fs/yaffs2/Makefile [new file with mode: 0644]
fs/yaffs2/devextras.h [new file with mode: 0644]
fs/yaffs2/moduleconfig.h [new file with mode: 0644]
fs/yaffs2/yaffs_checkptrw.c [new file with mode: 0644]
fs/yaffs2/yaffs_checkptrw.h [new file with mode: 0644]
fs/yaffs2/yaffs_ecc.c [new file with mode: 0644]
fs/yaffs2/yaffs_ecc.h [new file with mode: 0644]
fs/yaffs2/yaffs_fs.c [new file with mode: 0644]
fs/yaffs2/yaffs_getblockinfo.h [new file with mode: 0644]
fs/yaffs2/yaffs_guts.c [new file with mode: 0644]
fs/yaffs2/yaffs_guts.h [new file with mode: 0644]
fs/yaffs2/yaffs_linux.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif1.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif1.h [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif2.c [new file with mode: 0644]
fs/yaffs2/yaffs_mtdif2.h [new file with mode: 0644]
fs/yaffs2/yaffs_nand.c [new file with mode: 0644]
fs/yaffs2/yaffs_nand.h [new file with mode: 0644]
fs/yaffs2/yaffs_nandemul2k.h [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags1.c [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags1.h [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags2.c [new file with mode: 0644]
fs/yaffs2/yaffs_packedtags2.h [new file with mode: 0644]
fs/yaffs2/yaffs_qsort.c [new file with mode: 0644]
fs/yaffs2/yaffs_qsort.h [new file with mode: 0644]
fs/yaffs2/yaffs_tagscompat.c [new file with mode: 0644]
fs/yaffs2/yaffs_tagscompat.h [new file with mode: 0644]
fs/yaffs2/yaffs_tagsvalidity.c [new file with mode: 0644]
fs/yaffs2/yaffs_tagsvalidity.h [new file with mode: 0644]
fs/yaffs2/yaffs_trace.h [new file with mode: 0644]
fs/yaffs2/yaffsinterface.h [new file with mode: 0644]
fs/yaffs2/yportenv.h [new file with mode: 0644]