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:
62aa2b5
)
ext4: fold ext4_claim_inode into ext4_new_inode
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 7 Feb 2012 01:12:03 +0000
(20:12 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 7 Feb 2012 01:12:03 +0000
(20:12 -0500)
The function ext4_claim_inode() is only called by one function,
ext4_new_inode(), and by folding the functionality into
ext4_new_inode(), we can remove almost 50 lines of code, and put all
of the logic of allocating a new inode into a single place.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ialloc.c
patch
|
blob
|
history
diff --cc
fs/ext4/ialloc.c
Simple merge