cvs commit: src/sys/kern vfs_bio.c
    Alan Cox 
    alc at FreeBSD.org
       
    Sun Oct 29 00:04:41 UTC 2006
    
    
  
alc         2006-10-29 00:04:40 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  Refactor vfs_setdirty(), creating vfs_setdirty_locked_object().
  
  Call vfs_setdirty_locked_object() from vfs_busy_pages() instead of
  vfs_setdirty(), thereby eliminating a second acquisition and release
  of the same vm object lock.
  
  Revision  Changes    Path
  1.513     +16 -6     src/sys/kern/vfs_bio.c
    
    
More information about the cvs-all
mailing list