]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbaa151f630f1e187ac2dd976dd010b1c6468adcb
tree3e47753f9ac48e9f4c80dac0b69bce9fb4ac6f52
parent95909a6ef0db25eea0db06e4a99a46f84d19cb85
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