]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fd: prevent inlining of _fdrop thorough kern_descrip.c
authormjg <mjg@FreeBSD.org>
Thu, 20 Sep 2018 13:32:40 +0000 (13:32 +0000)
committermjg <mjg@FreeBSD.org>
Thu, 20 Sep 2018 13:32:40 +0000 (13:32 +0000)
commit4279599452b564d5824480e060105ec8232207e6
tree6af9f9b000696c4e49a8cacb79579d30386436ce
parent7c1dcf541f82eac73723d838e58a9f058c0c736c
fd: prevent inlining of _fdrop thorough kern_descrip.c

fdrop is used in several places in the file and almost never has to call
_fdrop. Thus inlining it is a pure waste of space.

Approved by: re (kib)
sys/kern/kern_descrip.c