kprobes: Clean up insn_pages by using list instead of hlist
authorMasami Hiramatsu <mhiramat@redhat.com>
Tue, 30 Jun 2009 21:08:14 +0000 (17:08 -0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Jul 2009 08:43:41 +0000 (10:43 +0200)
commitc5cb5a2d8d7dc872cf1504091ad0e59fe5ff7cb5
tree5608e7a85768d2fa2a21ec8e8f3e933ab1ede60d
parent4a2bb6fcc80e6330ca2f2393e98605052cc7780b
kprobes: Clean up insn_pages by using list instead of hlist

Use struct list instead of struct hlist for managing
insn_pages, because insn_pages doesn't use hash table.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Jim Keniston <jkenisto@us.ibm.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
LKML-Reference: <20090630210814.17851.64651.stgit@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/kprobes.c