| Submitter | Artem Bityutskiy |
|---|---|
| Date | April 13, 2011, 3:19 p.m. |
| Message ID | <1302707947-6143-25-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/91047/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index a53be64..5cb7bca 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -2388,10 +2388,6 @@ int main(int argc, char *argv[]) get_tested_fs_info(); - /* Temporary hack - will be fixed a bit later */ - tests_file_system_mount_dir = (void *)fsinfo.mount_point; - tests_file_system_type = (void *)fsinfo.fstype; - /* Seed the random generator with out PID */ srand(getpid());