commit | 88b6edd17c62b7d346d21f4087893ce7d4ef828a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon May 25 11:50:39 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 25 11:50:39 2009 -0400 |
tree | e6c80d48f184861c965a58bd88fd3a023b65a1c9 | |
parent | 759d427aa5a9d88a81afd11817cdeb40aea85234 [diff] |
ext4: Clean up calls to ext4_get_group_desc() 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>