From: Oleg Nesterov Date: Fri, 15 Jun 2012 15:43:55 +0000 (+0200) Subject: uprobes: Don't use loff_t for the valid virtual address X-Git-Tag: v3.6-rc1~167^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=816c03fbabe64fa09f66fbb64e932081af381415;p=pandora-kernel.git uprobes: Don't use loff_t for the valid virtual address loff_t looks confusing when it is used for the virtual address. Change map_info and install_breakpoint/remove_breakpoint paths to use "unsigned long". The patch doesn't change vma_address(), it can't return "long" because it is used to verify the mapping. But probably this needs some cleanups too. Signed-off-by: Oleg Nesterov Signed-off-by: Anton Arapov Acked-by: Srikar Dronamraju Acked-by: Ananth N Mavinakayanahalli Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20120615154355.GA9622@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed