cvs commit: src/sys/fs/procfs procfs_status.c

John Baldwin jhb at FreeBSD.org
Thu Apr 17 15:17:00 PDT 2003


jhb         2003/04/17 15:16:58 PDT

  FreeBSD src repository

  Modified files:
    sys/fs/procfs        procfs_status.c 
  Log:
  - Use a local variable to close a minor race when determining if the wmesg
    printed out needs a prefix such as when a thread is blocked on a lock.
  - Use another local variable to close another race for the td_wmesg and
    td_wchan members of struct thread.
  
  Revision  Changes    Path
  1.47      +15 -9     src/sys/fs/procfs/procfs_status.c


More information about the cvs-src mailing list