]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268365:
authormjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Aug 2014 06:58:14 +0000 (06:58 +0000)
committermjg <mjg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Aug 2014 06:58:14 +0000 (06:58 +0000)
commita1c578b2c1cdec6a433928298354bdd38b920a06
tree71a197af3ac6b4c7b9861e7fabf065f623ceebf2
parentc5f11a690e40e87a6b7d92559ae55ab5c527aedc
MFC r268365:

Don't call crdup nor uifind under vnode lock.

A locked vnode can get into the way of satisyfing malloc with M_WATOK.

This is a fixup to r268087.

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