Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



> On Dec 9, 2019, at 1:08 PM, Paul Goyette <paul%whooppee.com@localhost> wrote:
> 
> On Mon, 9 Dec 2019, Andrew Doran wrote:
> 
>> Module Name:	src
>> Committed By:	ad
>> Date:		Mon Dec  9 21:05:23 UTC 2019
>> 
>> Modified Files:
>> 	src/sys/kern: kern_mutex.c
>> 
>> Log Message:
>> - Add a mutex_owner_running() for the benefit of the pagedaemon, which
>> needs help with locking things in reverse order.
> 
> Should this be added to the mutex(9) man page?

Honestly, I think it should be protectively wrapped in something like __MUTEX_PRIVATE or some such, because it's not really something that things should be using except under very specialized circumstances.

-- thorpej



Home | Main Index | Thread Index | Old Index