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)
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