The struct buf->b_act was not used anywere.
This commit is contained in:
parent
7bf744074d
commit
2a5bcfdef6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96036
@ -118,7 +118,6 @@ struct buf {
|
||||
LIST_ENTRY(buf) b_hash; /* Hash chain. */
|
||||
TAILQ_ENTRY(buf) b_vnbufs; /* Buffer's associated vnode. */
|
||||
TAILQ_ENTRY(buf) b_freelist; /* Free list position if not active. */
|
||||
TAILQ_ENTRY(buf) b_act; /* Device driver queue when active. *new* */
|
||||
long b_flags; /* B_* flags. */
|
||||
unsigned short b_qindex; /* buffer queue index */
|
||||
unsigned char b_xflags; /* extra flags */
|
||||
|
Loading…
Reference in New Issue
Block a user