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)
commit1475ee7fadafc6d0c194f2f4cbdae10ed04b9580
treee42a21db55b10206efda0dcfbc9820485375bb8a
parent83cd591485e558ab70aed45ce7261ce3f5ee8746
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