shithub: lwext4

Download patch

ref: bc9b9b57b60cf85fc159c264e5faab6f6263a062
parent: 2d9c5b5d776dcaa543b4a37f738617dfca64fff1
author: Max Maisel <max.maisel@posteo.de>
date: Thu Mar 1 12:27:14 EST 2018

ext4_blockdev: Added user data pointer

--- a/include/ext4_blockdev.h
+++ b/include/ext4_blockdev.h
@@ -97,6 +97,9 @@
 
 	/**@brief   Physical write counter*/
 	uint32_t bwrite_ctr;
+
+	/**@brief   User data pointer*/
+	void* p_user;
 };
 
 /**@brief   Definition of the simple block device.*/