diff options
author | Oleg Nesterov <oleg@redhat.com> | 2012-06-15 15:43:59 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-06-16 07:10:49 (GMT) |
commit | 593609a59600c8377f311b300f14deacb155b9a4 (patch) | |
tree | 28185f8e2a1b8efd3a39f51fc6ab6803420ead67 /Makefile | |
parent | 816c03fbabe64fa09f66fbb64e932081af381415 (diff) | |
download | linux-fsl-qoriq-593609a59600c8377f311b300f14deacb155b9a4.tar.xz |
uprobes: __copy_insn() needs "loff_t offset"
1. __copy_insn() needs "loff_t offset", not "unsigned long",
to read the file.
2. use pgoff_t for "idx" and remove the unnecessary typecast.
3. fix the typo, "&=" is not what we want
4. can't resist, rename off1 to off.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Anton Arapov <anton@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20120615154359.GA9625@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions