commit | bf89d16f6ef5389f1b9d8046e838ec87b9b3f8b9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Oct 27 21:30:14 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 27 21:30:14 2010 -0400 |
tree | dd491dd3035281d0ff537ddcba21ef7edbfef6b8 | |
parent | 1f109d5a17b438c4a54cbf6fd87a249e3d72fb21 [diff] |
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>