kernel - Document an odd case in vm_page.c
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Nov 2010 06:43:00 +0000 (22:43 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Nov 2010 06:43:00 +0000 (22:43 -0800)
commit9a0cb7b196802419bb3a232ade46d3b992427eb1
treec3252e975106000b097c6f4fede932e57bd53f7b
parent2010e32f91e9947bbfa33c864a1bd32bef573074
kernel - Document an odd case in vm_page.c

* Document cases from the buffer cache where a vm_page's clean/dirty bits
  might be modified without busying the related vm_page.  vm_token is still
  held through the operation.
sys/vm/vm_page.c