diff options
Diffstat (limited to 'buf.h')
-rw-r--r-- | buf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ struct buf { uint dev; uint blockno; struct sleeplock lock; + uint refcnt; struct buf *prev; // LRU cache list struct buf *next; struct buf *qnext; // disk queue |