Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2004 04:47:16 +0000 (UTC)
From:      Brian Feldman <green@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/md md.c
Message-ID:  <200410120447.i9C4lGjr065786@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410120447.i9C4lGjr065786>