Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 21:11:50 +0000 (UTC)
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm swap_pager.c
Message-ID:  <200601272111.k0RLBoPe058472@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cognet      2006-01-27 21:11:50 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               swap_pager.c 
  Log:
  Make sure b_vp and b_bufobj are NULL before calling relpbuf(), as it asserts
  they are. They should be NULL at this point, except if we're coming from
  swapdev_strategy().
  It should only affect the case where we're swapping directly on a file over
  NFS.
  
  Revision  Changes    Path
  1.276     +9 -0      src/sys/vm/swap_pager.c



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