Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 15:16:58 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/procfs procfs_status.c
Message-ID:  <200304172216.h3HMGxlr076594@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304172216.h3HMGxlr076594>