]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove unneeded mount point unlock function calls.
authorfsu <fsu@FreeBSD.org>
Fri, 15 Mar 2019 11:49:46 +0000 (11:49 +0000)
committerfsu <fsu@FreeBSD.org>
Fri, 15 Mar 2019 11:49:46 +0000 (11:49 +0000)
commitd3433b671750e08c737ac932925d719f35ec7a8b
treecafc754a8d78ab65062c19a3a3d768abb0a46ecb
parent84b9791bcc2c9cdf8aa9dad14c5c723544511fef
Remove unneeded mount point unlock function calls.

The ext2_nodealloccg() function unlocks the mount point
in case of successful node allocation.
The additional unlocks are not required and should be removed.

PR: 236452
Reported by: pho
MFC after: 3 days
sys/fs/ext2fs/ext2_alloc.c