pjd         2006-04-28 21:54:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  vn_start_write() is called only when v_type != VCHR, so corresponding
  vn_finished_write() should also be called only then.
  
  BTW. I fixed two functions here: vn_rdwr() and vn_write(). The latter seems
  to be unused.
  
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.242     +3 -2      src/sys/kern/vfs_vnops.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to