shithub: lwext4

Download patch

ref: 2af977421c02df80c89b93851ee8c943fd0fc8be
parent: daa4ea36405306c163e2704ec8e83e4b6976cb02
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Mar 18 03:24:55 EDT 2021

fix file renaming

--- a/include/ext4_bcache.h
+++ b/include/ext4_bcache.h
@@ -49,7 +49,7 @@
 #include <misc/queue.h>
 
 #define EXT4_BLOCK_ZERO() 	\
-	{.lb_id = 0, .data = 0}
+	{0}
 
 /**@brief   Single block descriptor*/
 struct ext4_buf {
@@ -145,10 +145,6 @@
 	/**@brief   A singly-linked list holding dirty buffers*/
 	SLIST_HEAD(ext4_buf_dirty, ext4_buf) dirty_list;
 };
-
-#ifdef __plan9__
-#pragma incomplete struct ext4_buf
-#endif
 
 /**@brief buffer state bits
  *