]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Small regression test tool to generate two forms of ENOSPC on a file
authorrwatson <rwatson@FreeBSD.org>
Mon, 19 Sep 2005 16:29:36 +0000 (16:29 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 19 Sep 2005 16:29:36 +0000 (16:29 +0000)
commitaaf789e510b326aa5b4a0f8182913e2c4ea68048
tree09ed13ec27ca7f9b4062ddca410e11872df86521
parentc4635301e779fcd396bca3778a7ec13108f56408
Small regression test tool to generate two forms of ENOSPC on a file
system: out of blocks, and out of inodes.  Useful for exercising the
uprintf(9) calls in UFS/ext2fs in order to detect races.
tools/regression/ufs/uprintf/Makefile [new file with mode: 0644]
tools/regression/ufs/uprintf/ufs_uprintf.c [new file with mode: 0644]