Move the bswlist symbol into vm/vm_pager.c because PBUFs are the only
authorHiten Pandya <hmp@dragonflybsd.org>
Mon, 8 Aug 2005 16:53:12 +0000 (16:53 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Mon, 8 Aug 2005 16:53:12 +0000 (16:53 +0000)
commitbb3e0be6a5dddac76c1eac10290dd5c3c289fcd3
treeb816469ebd60bbbc81217678c042d031a6da451f
parent4022a8daed98aa8db3e33e1b5fa14400249a8f18
Move the bswlist symbol into vm/vm_pager.c because PBUFs are the only
consumer of the latter.

The PBUF abstraction is just a clever hack, this code will be redone
at some point so this measure is temporary.
sys/kern/vfs_bio.c
sys/sys/buf.h
sys/vm/vm_pager.c