]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r260232:
authormjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Jan 2014 19:28:10 +0000 (19:28 +0000)
committermjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Jan 2014 19:28:10 +0000 (19:28 +0000)
commit5c230d260ff4ca568dd709a3741044c18e7e8896
tree4cd79d6071856f96764f6221b09939c495dffa5d
parent731a6a1fc1e5a582558c834a57cdea357644264f
MFC r260232:
Don't check for fd limits in fdgrowtable_exp.

Callers do that already and additional check races with process
decreasing limits and can result in not growing the table at all, which
is currently not handled.

git-svn-id: svn://svn.freebsd.org/base/stable/10@260400 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_descrip.c