diff options
author | Daniel Hazelton <dshadowwolf@gmail.com> | 2012-10-25 13:37:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-25 14:37:53 -0700 |
commit | fc314d0a4a933603f521de343634910a4ed9b37b (patch) | |
tree | 74c1b7463081783f568443dd5241c27e347d3e6d /mm | |
parent | 59ce8764bdfe8f3c6c02d3215741584dbb43409d (diff) | |
download | linux-3.10-fc314d0a4a933603f521de343634910a4ed9b37b.tar.gz linux-3.10-fc314d0a4a933603f521de343634910a4ed9b37b.tar.bz2 linux-3.10-fc314d0a4a933603f521de343634910a4ed9b37b.zip |
tools/testing/selftests/epoll/test_epoll.c: fix build
Latest Linus head run of "make selftests" in the tools directory failed
with references to undefined variables. Reference was to
'write_thread_data' which is the name of a struct that is being used, not
the variable itself. Change reference so it points to the variable.
Signed-off-by: Daniel Hazelton <dshadowwolf@gmail.com>
Cc: "Paton J. Lewis" <palewis@adobe.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions