cvs commit: src/sys/kern vfs_bio.c

Alan Cox alc at FreeBSD.org
Mon Nov 10 20:45:39 PST 2003


alc         2003/11/10 20:45:37 PST

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
   - Revision 1.469 of vfs_subr.c resulted in the buf's b_object field being
     consistency initialized.  Consequently, a number of conditionals that
     checked the validity of b_object before passing it to VM_OBJECT_LOCK()
     and VM_OBJECT_UNLOCK() are no longer needed.
  
  Revision  Changes    Path
  1.421     +7 -14     src/sys/kern/vfs_bio.c


More information about the cvs-src mailing list