]> git.baikalelectronics.ru Git - kernel.git/commit
lib/ida: document locking requirements a bit better
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 13 Dec 2016 00:46:20 +0000 (16:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Dec 2016 02:55:09 +0000 (18:55 -0800)
commitff140d66467aa6d6cd5c2395bcbc238226587a8c
tree708404faa2d25e02dae713f8e60cd7c9430a4f89
parent702a208ca4b5e568087614e00847d76fb4d55806
lib/ida: document locking requirements a bit better

I wanted to wrap a bunch of ida_simple_get calls into their own locking,
until I dug around and read the original commit message.  Stuff like
this should imo be added to the kernel doc, let's do that.

Link: http://lkml.kernel.org/r/20161027072216.20411-1-daniel.vetter@ffwll.ch
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/idr.c