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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to