From: Naohiro Aota Date: Tue, 26 Oct 2010 21:23:03 +0000 (-0700) Subject: idr: fix idr_pre_get() locking description X-Git-Tag: v2.6.37-rc1~105^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=066a9be6c0124edc9527088231f03c6236be375d;p=pandora-kernel.git idr: fix idr_pre_get() locking description Despite the idr_pre_get() kernel-doc, there are some cases where you can call idr_pre_get() from within locked regions. Add a description for such cases. See also: http://lkml.org/lkml/2010/9/16/462 [akpm@linux-foundation.org: cleanups, grammatical fixes] Signed-off-by: Naohiro Aota Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed