commit | c994b12945a65cd892ca2cf7ddcf0b7d8b25cdec | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@infradead.org> | Mon Oct 15 16:23:08 2018 -0400 |
committer | Matthew Wilcox <willy@infradead.org> | Mon Oct 15 16:31:29 2018 -0400 |
tree | 910c826c9a20d31f6b229e2fedf25b3e9fe33cb2 | |
parent | f0a7d1883d9f78ae7bf15fc258bf9a2b20f35b76 [diff] |
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>