ext4: teach ext4_ext_map_blocks() about the bigalloc feature
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:52:51 +0000 (18:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:52:51 +0000 (18:52 -0400)
If we need to allocate a new block in ext4_ext_map_blocks(), the
function needs to see if the cluster has already been allocated.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found