cvs commit: src/sys/kern vfs_subr.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Apr 29 21:57:39 UTC 2006


pjd         2006-04-29 21:57:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  vn_start_write()/vn_finished_write() is not needed here, because
  vn_start_write() is always called earlier in the code path and calling
  the function recursively may lead to a deadlock.
  
  Confirmed by:   tegge
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.671     +0 -2      src/sys/kern/vfs_subr.c


More information about the cvs-src mailing list