From: Al Viro Date: Sat, 18 Aug 2012 00:10:46 +0000 (-0400) Subject: introduce kref_put_mutex() X-Git-Tag: v3.6-rc3~7^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad5db8a8ddbe3bd33078863a027011e28f1f4ee;p=pandora-kernel.git introduce kref_put_mutex() equivalent of mutex_lock(mutex); if (!kref_put(kref, release)) mutex_unlock(mutex); Signed-off-by: Al Viro --- Reading git-diff-tree failed