]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: rename {ext,idx}_pblock and inline small extent functions
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:14 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:14 +0000 (21:30 -0400)
commit521a5f1a8de85778c4fd80aaaff2de1db1366546
treedd491dd3035281d0ff537ddcba21ef7edbfef6b8
parentf108139a96c40e36061a46730aee956ae2814f2b
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" <tytso@mit.edu>
fs/ext4/ext4_extents.h
fs/ext4/extents.c
fs/ext4/migrate.c
fs/ext4/move_extent.c