ext4: Clean up calls to ext4_get_group_desc()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 25 May 2009 15:50:39 +0000 (11:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 May 2009 15:50:39 +0000 (11:50 -0400)
commit88b6edd17c62b7d346d21f4087893ce7d4ef828a
treee6c80d48f184861c965a58bd88fd3a023b65a1c9
parent759d427aa5a9d88a81afd11817cdeb40aea85234
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>
fs/ext4/ialloc.c
fs/ext4/super.c