From: Oleg Nesterov Date: Sun, 29 Jul 2012 18:22:47 +0000 (+0200) Subject: uprobes: Rename vma_address() and make it return "unsigned long" X-Git-Tag: v3.6-rc1~32^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57683f72b8c01c53c85fe13e82fe1feb3a06bcd5;p=pandora-kernel.git uprobes: Rename vma_address() and make it return "unsigned long" 1. vma_address() returns loff_t, this looks confusing and this is unnecessary after the previous change. Make it return "ulong", all callers truncate the result anyway. 2. Its name conflicts with mm/rmap.c:vma_address(), rename it to offset_to_vaddr(), this matches vaddr_to_offset(). Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju Cc: Anton Arapov Cc: Srikar Dronamraju Link: http://lkml.kernel.org/r/20120729182247.GA20365@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed