svn commit: r288079 - in stable/10/sys: kern sys

Conrad Meyer cem at FreeBSD.org
Tue Sep 22 15:30:17 UTC 2015


On Mon, Sep 21, 2015 at 11:55 PM, Oliver Pinter
<oliver.pinter at hardenedbsd.org> wrote:
> On 9/22/15, Oliver Pinter <oliver.pinter at hardenedbsd.org> wrote:
>> Seems like this commit breaks the build:
>>
>> --- vfs_hash.o ---
>> /jenkins/workspace/HardenedBSD-10-STABLE-amd64/sys/kern/vfs_hash.c:184:2:
>> error: implicit declaration of function 'rw_wlock' is invalid in C99
>> [-Werror,-Wimplicit-function-declaration]
>>         rw_wlock(&vfs_hash_lock);
>>         ^
>> ...
>
> The following commit is missing from MFC:
>
> commit 09f7a46ec71137e29d82d2f0811a7f81b6142266
> Author: mjg <mjg at FreeBSD.org>
> Date:   Tue Dec 30 21:40:45 2014 +0000
>
>     Convert vfs hash lock from a mutex to an rwlock.

That's FreeBSD r276424, FWIW.

Best,
Conrad


More information about the svn-src-all mailing list