Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 14:58:45 -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/compat/linprocfs linprocfs.c
Message-ID:  <200304172158.h3HLwjoe073816@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2003/04/17 14:58:45 PDT

  FreeBSD src repository

  Modified files:
    sys/compat/linprocfs linprocfs.c 
  Log:
  P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now it
  is protected by the proc lock and doesnt' need sched_lock, so adjust the
  locking appropriately.
  
  Revision  Changes    Path
  1.64      +3 -3      src/sys/compat/linprocfs/linprocfs.c



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