alistair23-linux/tools/testing/selftests
Daniel Hazelton fc314d0a4a 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>
2012-10-25 14:37:53 -07:00
..
breakpoints selftests: launch individual selftests from the main Makefile 2012-03-28 17:14:37 -07:00
cpu-hotplug fault-injection: add selftests for cpu and memory hotplug 2012-07-30 17:25:22 -07:00
epoll tools/testing/selftests/epoll/test_epoll.c: fix build 2012-10-25 14:37:53 -07:00
kcmp syscalls, x86: add __NR_kcmp syscall 2012-05-31 17:49:32 -07:00
memory-hotplug fault-injection: add selftests for cpu and memory hotplug 2012-07-30 17:25:22 -07:00
mqueue tools/selftests: add mq_perf_tests 2012-05-31 17:49:31 -07:00
vm tools/testing: fix comment / output typos 2012-09-01 08:48:19 -07:00
Makefile epoll: support for disabling items, and a self-test app 2012-10-06 03:05:00 +09:00