Add rwtest case that Steve found an unwritten extent/direct IO bug with.

rwtest case that Steve found an unwritten extent/direct IO bug with.
This commit is contained in:
fsgqa
2003-09-26 04:51:27 +00:00
parent d803261e30
commit 89a76e2cec
5 changed files with 491 additions and 2 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ include $(BUILDRULES)
LINKTEST = $(LTLINK) $@.c -o $@ $(CFLAGS) $(LDFLAGS)
doio: doio.c $(LIBTEST)
$(LINKTEST) $(LIBTEST) $(LDLIBS)
$(LINKTEST) $(LIBTEST)
fsstress: fsstress.c $(LIBATTR) $(LIBTEST)
$(LINKTEST) $(LIBATTR) $(LIBTEST) $(LDLIBS)
@@ -57,4 +57,4 @@ growfiles: growfiles.c $(LIBTEST)
$(LINKTEST) $(LIBTEST) $(LDLIBS)
iogen: iogen.c $(LIBTEST)
$(LINKTEST) $(LIBTEST) $(LDLIBS)
$(LINKTEST) $(LIBTEST)