tools/testing/selftests/epoll/test_epoll.c: fix build
authorDaniel Hazelton <dshadowwolf@gmail.com>
Thu, 25 Oct 2012 20:37:59 +0000 (13:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Oct 2012 21:37:53 +0000 (14:37 -0700)
commitfc314d0a4a933603f521de343634910a4ed9b37b
tree74c1b7463081783f568443dd5241c27e347d3e6d
parent59ce8764bdfe8f3c6c02d3215741584dbb43409d
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>
tools/testing/selftests/epoll/test_epoll.c