From: Linus Torvalds Date: Sun, 28 Nov 2010 21:56:09 +0000 (-0800) Subject: Rename 'pipe_info()' to 'get_pipe_info()' X-Git-Tag: v2.6.37-rc4~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71993e62a47dabddf10302807d6aa260455503f4;p=pandora-kernel.git Rename 'pipe_info()' to 'get_pipe_info()' .. and change it to take the 'file' pointer instead of an inode, since that's what all users want anyway. The renaming is preparatory to exporting it to other users. The old 'pipe_info()' name was too generic and is already used elsewhere, so before making the function public we need to use a more specific name. Cc: Jens Axboe Cc: Andrew Morton Cc: Al Viro Cc: Dave Jones Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed