From: Arnaldo Carvalho de Melo Date: Tue, 5 Nov 2013 17:48:50 +0000 (-0300) Subject: perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~41^2~14^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf38fadade52df937521dd70d4437df1a9354cd9;p=pandora-kernel.git perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() Shorten it, "finding" it is an implementation detail, what callers want is the pathname, not to ask for it to _always_ do the lookup. And the existing implementation already caches it, i.e. it doesn't "finds" it on every call. Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-r24wa4bvtccg7mnkessrbbdj@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed