Followup commit, redo the way the root file descriptor slop is calculated
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 21 Apr 2004 06:09:53 +0000 (06:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 21 Apr 2004 06:09:53 +0000 (06:09 +0000)
commit60ee93b9d815de99b7b79a81c0fd49ac89c3e1cc
tree7c73d3febd1c676d514f792b3d7d7e5912de8b60
parentcd0d3e17147f4c25b5f0c060b5573444a40b61d4
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.
sys/kern/kern_descrip.c
sys/kern/subr_param.c
sys/sys/file.h