]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - include/linux/mm.h
[PATCH] pi-futex: rt mutex debug
[mirror_ubuntu-eoan-kernel.git] / include / linux / mm.h
index 0ac255720f34ebe90b39ad13d94dee43038afbfd..c41a1299b8cf354cc8b9d9677f328aa4bc8b8533 100644 (file)
@@ -1034,6 +1034,7 @@ static inline void
 debug_check_no_locks_freed(const void *from, unsigned long len)
 {
        mutex_debug_check_no_locks_freed(from, len);
+       rt_mutex_debug_check_no_locks_freed(from, len);
 }
 
 #ifndef CONFIG_DEBUG_PAGEALLOC