Introduce initial support of ext3/4 journalling.
[lwext4.git] / lwext4 / ext4_bcache.c
index 628735ab659fe38b5aac1e7fda1f660210f6fafb..c1da95d1152f0b30f0596d64ba6634c3d5c544c9 100644 (file)
@@ -132,6 +132,7 @@ ext4_buf_alloc(struct ext4_bcache *bc, uint64_t lba)
 
        buf->lba = lba;
        buf->data = data;
+       buf->bc = bc;
        return buf;
 }