ext4: add a new function which allocates bitmaps and inode tables
authorYongqiang Yang <xiaoqiangnk@gmail.com>
Wed, 4 Jan 2012 04:44:38 +0000 (23:44 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 4 Jan 2012 04:44:38 +0000 (23:44 -0500)
commit3fbea4b3683a5dfa86489ef7799cbe55e8003dfa
tree42d88ed8ecc885f262af7be3e8e66192c12af379
parentc72df9f928efd5b17e84bdb7b8ec1be3b9c1ea9d
ext4: add a new function which allocates bitmaps and inode tables

This patch adds a new function named ext4_allocates_group_table()
which allocates block bitmaps, inode bitmaps and inode tables for a
flex groups and is used by resize code.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/resize.c