Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 17:20:37 +0000 (UTC)
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_ctl.c
Message-ID:  <200602221720.k1MHKbDn067854@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-02-22 17:20:37 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/procfs        procfs_ctl.c 
  Log:
  Hold the proc lock while calling proc_sstep() since the function asserts
  it and remove a PRELE() that didn't have a matching PHOLD().  The calling
  code already has a PHOLD anyway.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.55      +1 -2      src/sys/fs/procfs/procfs_ctl.c



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