The pbuf subsystem now initializes b_kvabase and b_kvasize at startup and
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 30 Apr 2006 18:52:37 +0000 (18:52 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 30 Apr 2006 18:52:37 +0000 (18:52 +0000)
commit312dcd01e39b41c5e63bb9e2082a3531a1ac693b
tree5d193a192ae5463d66e23ac0c793e0a294ea68cd
parent45ea781022075716fc3221b663d3cb3afe05865e
The pbuf subsystem now initializes b_kvabase and b_kvasize at startup and
no longer reinitializes these fields in initpbuf().

Users of getpbuf() may no longer modify b_kvabase or b_kvasize.  b_data may
still be modified.
sys/kern/vfs_bio.c
sys/kern/vfs_cluster.c
sys/vm/vm_pager.c