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

Dag-Erling Smorgrav des at FreeBSD.org
Tue May 1 12:59:21 UTC 2007


des         2007-05-01 12:59:20 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/procfs        procfs_ioctl.c 
  Log:
  The process lock is held when procfs_ioctl() is called.  Assert that this
  is so, and PHOLD the process while sleeping since msleep() will release
  the lock.
  
  Revision  Changes    Path
  1.17      +8 -2      src/sys/fs/procfs/procfs_ioctl.c


More information about the cvs-all mailing list