shithub: lwext4

Download patch

ref: 15a9dcc5906882478a0328552acb0403d0625673
parent: 3744c170354932fa1ebde4222723611378ba0fcf
author: gkostka <kostka.grzegorz@gmail.com>
date: Sun Oct 27 08:14:17 EDT 2013

BUGFIX:
1. Name correction.

--- a/demos/generic/main.c
+++ b/demos/generic/main.c
@@ -349,7 +349,7 @@
     printf("cleanup: time: %d ms\n", (int)diff);
 
 
-    printf("cleanup: remove /mp/test1\n");
+    printf("cleanup: remove /mp/dir1\n");
     start =get_ms();
     ext4_dir_rm("/mp/dir1");
     stop = get_ms();