From: Christoph Hellwig Date: Sat, 14 Nov 2009 16:17:20 +0000 (+0000) Subject: xfs: rename xfs_attr_fetch to xfs_attr_get_int X-Git-Tag: v2.6.33-rc1~312^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82fa0c7ca29b805388aa51d3cad2cb7a4df3084;p=pandora-kernel.git xfs: rename xfs_attr_fetch to xfs_attr_get_int Using a totally different name for the low-level get operation does not fit the _int convention used in the rest of the attr code, so rename it. While we're at it also fix the prototype to use the normal convention and mark it static as it's never used outside of xfs_attr.c. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Reviewed-by: Eric Sandeen Signed-off-by: Alex Elder --- Reading git-diff-tree failed