]> git.baikalelectronics.ru Git - kernel.git/commit
uprobes/x86: Rename *riprel* helpers to make the naming consistent
authorOleg Nesterov <oleg@redhat.com>
Sun, 27 Apr 2014 14:31:59 +0000 (16:31 +0200)
committerOleg Nesterov <oleg@redhat.com>
Wed, 30 Apr 2014 17:10:41 +0000 (19:10 +0200)
commita3e90ff68e676c11e259345626e923413b56209a
treee42a21db55b10206efda0dcfbc9820485375bb8a
parent79f801d2e1c5c99c7c4dc96081e05b108da2d3ec
uprobes/x86: Rename *riprel* helpers to make the naming consistent

handle_riprel_insn(), pre_xol_rip_insn() and handle_riprel_post_xol()
look confusing and inconsistent. Rename them into riprel_analyze(),
riprel_pre_xol(), and riprel_post_xol() respectively.

No changes in compiled code.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
arch/x86/kernel/uprobes.c