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