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:
759d427
)
ext4: Clean up calls to ext4_get_group_desc()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 25 May 2009 15:50:39 +0000
(11:50 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 25 May 2009 15:50:39 +0000
(11:50 -0400)
If the caller isn't planning on modifying the block group descriptors,
there's no need to pass in a pointer to a struct buffer_head. Nuking
this saves a tiny amount of CPU time and stack space usage.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found