| Submitter | Artem Bityutskiy |
|---|---|
| Date | May 17, 2011, 7:38 a.m. |
| Message ID | <1305617896-23711-8-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/95881/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index 221bd49..81d384f 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -1269,7 +1269,7 @@ static int file_write(struct file_info *file, int fd) } /* Sync sometimes */ - if (random_no(1000) >= 999) { + if (random_no(100) >= 99) { if (random_no(100) >= 50) { ret = fsync(fd); if (ret)