/* * YAFFS: Yet another FFS. A NAND-flash specific file system. * * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include "test_yaffs_freespace_ENAMETOOLONG.h" int test_yaffs_freespace_ENAMETOOLONG(void) { int output=0; int error=0; int file_name_length=1000000; char file_name[file_name_length]; int x=0; for (x=0; x