From: Sasha Levin Date: Thu, 13 Jun 2013 22:41:18 +0000 (-0400) Subject: liblockdep: Add public headers for pthread_mutex_t implementation X-Git-Tag: v3.14-rc1~175^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e6207464b59dca63c8a9a79a7befbbf6a68fdb;p=pandora-kernel.git liblockdep: Add public headers for pthread_mutex_t implementation These headers provide the same API as their pthread mutex counterparts. The design here is to allow to easily switch to liblockdep lock validation just by adding a "liblockdep_" to pthread_mutex_*() calls, which means that it's easy to integrate liblockdep into existing codebases. Signed-off-by: Sasha Levin Signed-off-by: Peter Zijlstra Cc: torvalds@linux-foundation.org Link: http://lkml.kernel.org/r/1371163284-6346-4-git-send-email-sasha.levin@oracle.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed