cvs commit: src/sys/sys filedesc.h

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jun 21 11:01:13 PDT 2005


dillon      2005/06/21 10:59:47 PDT

DragonFly src repository

  Modified files:
    sys/sys              filedesc.h 
  Log:
  Bump fd_lastfile, freefile, and refcnt to 32 bit ints.  Also bump cmask
  (though that doesn't fix any particular bug).  lastfile and freefile were
  previously unsigned shorts which caused the system to become very confused
  when any single user process had more then 65535 open file descriptors.
  
  Reported-by: Jeffrey Hsu <hsu at xxxxxxxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.9       +4 -4      src/sys/sys/filedesc.h


http://www.dragonflybsd.org/cvsweb/src/sys/sys/filedesc.h.diff?r1=1.8&r2=1.9&f=u





More information about the Commits mailing list