Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4_bcache.h
index c83f1b9ef6e71a912ffef0b8e092de97d556b2e7..ca606ad67f84f666bdb3d260568a9eea4447d44e 100644 (file)
@@ -85,6 +85,9 @@ struct ext4_buf {
        /**@brief   Reference count table*/
        uint32_t refctr;
 
+       /**@brief   The block cache this buffer belongs to. */
+       struct ext4_bcache *bc;
+
        /**@brief   Whether or not buffer is on dirty list.*/
        bool on_dirty_list;