Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2007 10:59:21 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys proc.h src/sys/kern vfs_bio.c
Message-ID:  <200704241059.l3OAxMJg056351@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2007-04-24 10:59:21 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              proc.h 
    sys/kern             vfs_bio.c 
  Log:
  Disable nesting of BOP_BDFLUSH(). VOP_FSYNC() call in bdwrite() could
  result in bdwrite() being reentered, thus causing infinite recursion.
  
  Reported and tested by: Peter Holm
  Reviewed by:    tegge
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.521     +4 -2      src/sys/kern/vfs_bio.c
  1.477     +1 -0      src/sys/sys/proc.h



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