cvs commit: src/sys/dev/md md.c

Brian Feldman green at FreeBSD.org
Mon Oct 11 21:47:16 PDT 2004


green       2004-10-12 04:47:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/md           md.c 
  Log:
  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....
  
  Revision  Changes    Path
  1.141     +19 -1     src/sys/dev/md/md.c


More information about the cvs-src mailing list