From: Andrew Morton Date: Wed, 29 Apr 2009 22:59:58 +0000 (-0700) Subject: mutex: add atomic_dec_and_mutex_lock(), fix X-Git-Tag: v2.6.31-rc1~407^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a511e3f968c462a55ef58697257f5347c73d306e;p=pandora-kernel.git mutex: add atomic_dec_and_mutex_lock(), fix include/linux/mutex.h:136: warning: 'mutex_lock' declared inline after being called include/linux/mutex.h:136: warning: previous declaration of 'mutex_lock' was here uninline it. [ Impact: clean up and uninline, address compiler warning ] Signed-off-by: Andrew Morton Cc: Al Viro Cc: Christoph Hellwig Cc: Eric Paris Cc: Paul Mackerras Cc: Peter Zijlstra LKML-Reference: <200904292318.n3TNIsi6028340@imap1.linux-foundation.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed