cvs commit: src/sys/kern kern_descrip.c subr_param.c src/sys/sys file.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Apr 20 23:10:53 PDT 2004
dillon 2004/04/20 23:09:53 PDT
DragonFly src repository
Modified files:
sys/kern kern_descrip.c subr_param.c
sys/sys file.h
Log:
Followup commit, redo the way the root file descriptor slop is calculated
to avoid doing a divison in falloc(), and reorder the conditional to avoid
evaluating the more complex predicate most of the time.
Revision Changes Path
1.21 +5 -3 src/sys/kern/kern_descrip.c
1.4 +3 -1 src/sys/kern/subr_param.c
1.9 +1 -0 src/sys/sys/file.h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_descrip.c.diff?r1=1.20&r2=1.21&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_param.c.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/sys/file.h.diff?r1=1.8&r2=1.9&f=h
More information about the Commits
mailing list