diff options
author | Oleg Nesterov <oleg@redhat.com> | 2014-06-01 21:13:46 +0200 |
---|---|---|
committer | Oleg Nesterov <oleg@redhat.com> | 2014-06-05 16:21:57 +0200 |
commit | 5cdb76d6f0b657c1140de74ed5af7cc8c5ed5faf (patch) | |
tree | 97c5d669668ff0aacfd16a6bc712e0aa26cf5419 /arch/x86/include/asm/uprobes.h | |
parent | uprobes: Teach copy_insn() to support tmpfs (diff) | |
download | linux-5cdb76d6f0b657c1140de74ed5af7cc8c5ed5faf.tar.xz linux-5cdb76d6f0b657c1140de74ed5af7cc8c5ed5faf.zip |
uprobes/x86: Rename arch_uprobe->def to ->defparam, minor comment updates
Purely cosmetic, no changes in .o,
1. As Jim pointed out arch_uprobe->def looks ambiguous, rename it to
->defparam.
2. Add the comment into default_post_xol_op() to explain "regs->sp +=".
3. Remove the stale part of the comment in arch_uprobe_analyze_insn().
Suggested-by: Jim Keniston <jkenisto@us.ibm.com>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/uprobes.h')
-rw-r--r-- | arch/x86/include/asm/uprobes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/uprobes.h b/arch/x86/include/asm/uprobes.h index 7be3c079e389..74f4c2ff6427 100644 --- a/arch/x86/include/asm/uprobes.h +++ b/arch/x86/include/asm/uprobes.h @@ -52,7 +52,7 @@ struct arch_uprobe { struct { u8 fixups; u8 ilen; - } def; + } defparam; }; }; |