1. 10 6月, 2009 1 次提交
  2. 30 4月, 2009 2 次提交
    • A
      mutex: add atomic_dec_and_mutex_lock(), fix · a511e3f9
      Andrew Morton 提交于
      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: NAndrew Morton <akpm@linux-foundation.org>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Eric Paris <eparis@redhat.com>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      LKML-Reference: <200904292318.n3TNIsi6028340@imap1.linux-foundation.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      a511e3f9
    • L
      locking, rtmutex.c: Documentation cleanup · 23b94b96
      Luis Henriques 提交于
      Two minor updates on functions documentation:
       - Updated documentation for function rt_mutex_unlock(), which contained an
         incorrect name
       - Removed extra '*' from comment in function rt_mutex_destroy()
      
      [ Impact: cleanup ]
      Signed-off-by: NLuis Henriques <henrix@sapo.pt>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      LKML-Reference: <20090429205451.GA23154@hades.domain.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      23b94b96
  3. 29 4月, 2009 20 次提交
  4. 28 4月, 2009 17 次提交