mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Fix comment after r250551.
This commit is contained in:
parent
c43db7e27f
commit
20f50dd696
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258391
@ -63,7 +63,7 @@ extern struct buf_ops buf_ops_bio;
|
||||
|
||||
TAILQ_HEAD(buflists, buf);
|
||||
|
||||
/* A Buffer splay list */
|
||||
/* A Buffer list & trie */
|
||||
struct bufv {
|
||||
struct buflists bv_hd; /* Sorted blocklist */
|
||||
struct pctrie bv_root; /* Buf trie */
|
||||
|
Loading…
Reference in New Issue
Block a user