git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815a113
)
ext4: remove ext4_new_meta_block()
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 7 Dec 2008 19:10:54 +0000
(14:10 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sun, 7 Dec 2008 19:10:54 +0000
(14:10 -0500)
There were only two one callers of the function ext4_new_meta_block(),
which just a very simpler wrapper function around
ext4_new_meta_blocks(). Change those two functions to call
ext4_new_meta_blocks() directly, to save code and stack space usage.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found