<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Jan Stancek <<a href="mailto:jstancek@redhat.com">jstancek@redhat.com</a>> wrote:<br></div></div><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
+#include "tst_test.h"<br>
+#include "tst_safe_pthread.h"<br>
<br>
+#define MNTPOINT       "mntpoint"<br>
 #define MODE_RWX       07770<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
+#define DIR_NAME       MNTPOINT "/X.%d"<br>
+#define DIR_NAME_GROUP MNTPOINT "/X.%d.%d"<br>
+#define NCHILD         3<br></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 static int child_groups = 2;<br>
-static int test_time = 5;<br>
+static int test_time = 1;<br>
 static int nfiles = 5;<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">I think initialize 'nfiles' to 10 will be better. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">As we can see the test3 starts from 'j=2' and only creates</div><div class="gmail_default" style="font-size:small">one directory for testing, but the comment says many</div><div class="gmail_default" style="font-size:small">directories. Also, it will test more dirs in test1 and test2. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Otherwise, this patch looks pretty good.</div><div class="gmail_default" style="font-size:small">Reviewed-by: Li Wang <<a href="mailto:liwang@redhat.com">liwang@redhat.com</a>><br></div><br></div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>