shithub: lwext4

Download patch

ref: 6fdf5dc163fb219d4bcb9084b754d91e05bf1ad6
parent: c5f8d135cf3555404f1c4df5617f94f4fc2bac87
author: Fangrui Song <i@maskray.me>
date: Sun Nov 18 08:48:31 EST 2018

Fix "const const" warning

--- a/fs_test/lwext4_server.c
+++ b/fs_test/lwext4_server.c
@@ -626,7 +626,7 @@
 	return rc;
 }
 
-static int file_write(const const char *p)
+static int file_write(const char *p)
 {
 	int fid = MAX_FILES;
 	int d;