Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2009 20:16:29 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom geom_subr.c geom_vfs.c
Message-ID:  <200907012016.n61KGgBK055963@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
trasz       2009-07-01 20:16:29 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom_subr.c geom_vfs.c 
  Log:
  SVN rev 195257 on 2009-07-01 20:16:29Z by trasz
  
  Fix a panic which (reportedly) can happen when unmounting a filesystem
  with I/O requests in flight on kernels compiled with "options INVARIANTS".
  Also, make it obvious it's not right to call g_valid_obj() (and macros
  using it, e.g. G_VALID_CONSUMER()) without topology lock held.
  
  Approved by:    re (kib)
  Reported by:    pho
  
  Revision  Changes    Path
  1.107     +2 -0      src/sys/geom/geom_subr.c
  1.15      +1 -1      src/sys/geom/geom_vfs.c



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