dedicated kthread interface and enablement of lrud auto-recycler
[lunaix-os.git] / lunaix-os / includes / lunaix / blkbuf.h
index decf92fce72064ecc697b8d7ed3bcc205297d7d4..0a23e87e26703806b616899b684345d26dce5203 100644 (file)
@@ -24,6 +24,9 @@ struct blk_buf {
     bcobj_t cobj;
     struct llist_header dirty;
     struct blkio_req* breq;
+
+    unsigned int dirty_count;
+    mutex_t lock;
 };
 
 typedef void* bbuf_t;