Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2011 01:00:00 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_bio.c src/sys/vm vm_page.c
Message-ID:  <201102120100.p1C10I6C013944@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

alc         2011-02-12 01:00:00 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
    sys/vm               vm_page.c 
  Log:
  SVN rev 218589 on 2011-02-12 01:00:00Z by alc
  
  Retire VFS_BIO_DEBUG.  Convert those checks that were still valid into
  KASSERT()s and eliminate the rest.
  
  Replace excessive printf()s and a panic() in bufdone_finish() with a
  KASSERT() in vm_page_io_finish().
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.601     +15 -58    src/sys/kern/vfs_bio.c
  1.438     +1 -0      src/sys/vm/vm_page.c



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