no buf->qnext
This commit is contained in:
parent
9ead904afe
commit
deaff5d8a6
|
@ -7,7 +7,6 @@ struct buf {
|
|||
uint refcnt;
|
||||
struct buf *prev; // LRU cache list
|
||||
struct buf *next;
|
||||
struct buf *qnext; // disk queue
|
||||
uchar data[BSIZE];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue