]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mutex: Fix annotations to include it in kernel-locking docbook
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 2 Sep 2010 22:48:16 +0000 (15:48 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Sep 2010 06:19:51 +0000 (08:19 +0200)
commitef5dc121d5a0bb1fa477c5395277259f07d318a3
tree5af1d24406aa014eed72f07097316ba6f7d0d04f
parent950eaaca681c44aab87a46225c9e44f902c080aa
mutex: Fix annotations to include it in kernel-locking docbook

Fix kernel-doc notation in linux/mutex.h and kernel/mutex.c,
then add these 2 files to the kernel-locking docbook as the
Mutex API reference chapter.

Add one API function to mutex-design.txt and correct a typo in
that file.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
LKML-Reference: <20100902154816.6cc2f9ad.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/DocBook/kernel-locking.tmpl
Documentation/mutex-design.txt
include/linux/mutex.h
kernel/mutex.c