From: Theodore Ts'o Date: Thu, 28 Oct 2010 01:30:14 +0000 (-0400) Subject: ext4: rename {ext,idx}_pblock and inline small extent functions X-Git-Tag: v2.6.37-rc1~76^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf89d16f6ef5389f1b9d8046e838ec87b9b3f8b9;p=pandora-kernel.git ext4: rename {ext,idx}_pblock and inline small extent functions Cleanup namespace leaks from fs/ext4 and the inline trivial functions ext4_{ext,idx}_pblock() and ext4_{ext,idx}_store_pblock() since the code size actually shrinks when we make these functions inline, they're so trivial. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed