cvs commit: src/sys/compat/linprocfs linprocfs.c

Konstantin Belousov kib at FreeBSD.org
Tue Aug 22 11:04:02 UTC 2006


kib         2006-08-22 11:04:01 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/compat/linprocfs linprocfs.c 
  Log:
  MFC rev. 1.97:
  Lock the vnode around the call to VOP_GETATTR. Move the locked code
  and vn_fullpath (that call malloc(..., M_WAITOK)) from under the
  vm object lock, since sleep is not allowed while holding the mutex.
  
  Being there, wrap VOP_GETATTR call with conditional Giant aquire.
  Currently this is (almost) noop because pseudofs is Giant-locked.
  
  Approved by:    pjd (mentor)
  
  Revision  Changes    Path
  1.89.2.5  +16 -5     src/sys/compat/linprocfs/linprocfs.c


More information about the cvs-src mailing list