]> git.baikalelectronics.ru Git - kernel.git/commit
test_ida: Fix lockdep warning
authorMatthew Wilcox <willy@infradead.org>
Mon, 15 Oct 2018 20:23:08 +0000 (16:23 -0400)
committerMatthew Wilcox <willy@infradead.org>
Mon, 15 Oct 2018 20:31:29 +0000 (16:31 -0400)
commit59fa7da5dd22103d71dfbf134d65353873cbd047
tree910c826c9a20d31f6b229e2fedf25b3e9fe33cb2
parent83f6bf56b5d70635685b3686f90db6410e5534af
test_ida: Fix lockdep warning

The IDA was declared on the stack instead of statically, so lockdep
triggered a warning that it was improperly initialised.

Reported-by: 0day bot
Tested-by: Rong Chen <rong.a.chen@intel.com>
Signed-off-by: Matthew Wilcox <willy@infradead.org>
lib/test_ida.c