From: Andre Noll Date: Sun, 16 Apr 2017 10:37:01 +0000 (+0200) Subject: ipc: Combine mutex_lock() and lock_dss(). X-Git-Tag: v1.0.0~28 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=c9ca5b454afdc78770ead263d081a2b377cafbe8;hp=c9ca5b454afdc78770ead263d081a2b377cafbe8;p=dss.git ipc: Combine mutex_lock() and lock_dss(). The former function is only called by the latter, and both are short, so let's combine them. ---