cvs commit: src/sys/kern imgact_elf.c

Alan Cox alc at FreeBSD.org
Wed Dec 21 10:59:00 PST 2005


alc         2005-12-21 18:58:40 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             imgact_elf.c 
  Log:
  Maintain the vnode lock throughout elfN_load_file() rather than releasing
  it and reacquiring it in vrele().  Consequently, there is no reason to
  increase the reference count on the vm object caching the file's pages.
  Reviewed by: tegge
  
  Eliminate unused parameters to elfN_load_file().
  
  Revision  Changes    Path
  1.171     +13 -21    src/sys/kern/imgact_elf.c


More information about the cvs-all mailing list