History log of /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/create_long_dirs.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5d25424ed3bc06d6ba13e14bbbd50e0d975c2ff 09-Jan-2014 Cyril Hrubis <chrubis@suse.cz> configure: Add mkdirat() detection, fix build

Build failure is caused by adding the ex4 features tests into the
default build which exposes code which uses mkdirat().

This patch adds configure check for mkdirat() and ifdefs around the
code in create_long_dirs.c and create_short_dirs.c.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/create_long_dirs.c
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/create_long_dirs.c
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/create_long_dirs.c
b4fb4fdc43e1dd4b3bd31e7a67beac8dd1f0e416 20-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Fix testcases and tools that don't depend on libltp.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/create_long_dirs.c
2c28215423293e443469a07ae7011135d058b671 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Style and conformance changes.

1. Strip all leading space.
2. Move tst_exit() to main().
3. Remove tst_exit() from cleanup().
4. Remove cluebat comments.
5. Reduce some unnecessary whitespace.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/create_long_dirs.c
55d04e4a11434fcdb0435b7fd0f8b1daf38bf3c4 26-Oct-2009 subrata_modak <subrata_modak> This is the patch of testcases for the ext4 new features test. It contains multi-block alloc/delayed alloc test, inode version test, journal checksumming test, nanosec timestamps test, online defrag test, persist prealloc test, subdirectory limit test and uninit groups test of ext4. In this test suite, there is two FAIL in the subdirectory limit test. It is because we cann't create more than 32000 subdirectory when block size is small, such as 1024, and the name of every subdirectory is very long, such as every name is 255 bytes. I think it is the bug of the ext4.
Note: Your MUST run configure in the directory testcases/kernel/fs/ext4-new-features to config the tool of ffsb, and specify a partition to be used for test before compiling the tool. The data on the specified partition would be DESTROYED.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>,
Minor-Segmentation-fault-in-ffsb-fixed-by: Subrata Modak <subrata@linux.vnet.ibm.com>,
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/create_long_dirs.c