K 10 svn:author V 5 green K 8 svn:date V 27 2004-10-12T04:47:16.000000Z K 7 svn:log V 402 Account for failure in vm_pager_allocate() or vm_pager_get_pages() in md(8). The former is generally not going to fail, but the latter can fail when the underlying swap device returns an error. There are still plenty of other places where vm_pager_get_pages() failing will lead directly to crashes, so it's a good idea to put your swap on RAID if you care enough to put any of your disks on RAID.... END