]> bbs.cooldavid.org Git - net-next-2.6.git/commit
vmalloc: annotate lock context change on s_start/stop()
authorNamhyung Kim <namhyung@gmail.com>
Tue, 26 Oct 2010 21:22:03 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:10 +0000 (16:52 -0700)
commite199b5d1fed13f5e8f47a0ee8216f36244dad1f4
tree32b746b1ea5f59a9cf33d14b119236c78d18b398
parent170168d0a351c045adc0bee0987e51dfc82890c0
vmalloc: annotate lock context change on s_start/stop()

s_start() and s_stop() grab/release vmlist_lock but were missing proper
annotations.  Add them.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmalloc.c