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)
commit4d33b1ef10995d7ba6191d67456202c697a92a32
tree3e47753f9ac48e9f4c80dac0b69bce9fb4ac6f52
parent84130193e0e6568dfdfb823f0e1e19aec80aff6e
ext4: teach ext4_ext_map_blocks() about the bigalloc feature

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>
fs/ext4/extents.c