commit | 017f021c7e5fe3f82ccc5cbb7b1750e66e00f527 | [log] [tgz] |
---|---|---|
author | Ed L. Cashin <ecashin@coraid.com> | Sun Jul 15 23:41:50 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:52 2007 -0700 |
tree | 755a3f0f15a4adc1254ebb2ed1497afcf406ba55 | |
parent | 7e7d136e9e083f04b859411248c699cbb89e418d [diff] |
docs: static initialization of spinlocks is OK Static initialization of spinlocks is preferable to dynamic initialization when it is practical. This patch updates documentation for consistency with comments in spinlock_types.h. Signed-off-by: Ed L. Cashin <ecashin@coraid.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>