Revision 15c206887603a452f13fbfde2db0f8830d37028c authored by Jens Axboe on 28 September 2018, 15:40:17 UTC, committed by Jens Axboe on 28 September 2018, 15:40:17 UTC
Fix didn't work for all cases, reverting to add a (hopefully)
better fix.

This reverts commit f151ba989d149bbdfc90e5405724bbea094f9b17.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 587562d
Raw File
locking-selftest-rtmutex.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		RTL

#undef UNLOCK
#define UNLOCK		RTU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		RTI
back to top