commit | 3fbea4b3683a5dfa86489ef7799cbe55e8003dfa | [log] [tgz] |
---|---|---|
author | Yongqiang Yang <xiaoqiangnk@gmail.com> | Tue Jan 03 23:44:38 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 03 23:44:38 2012 -0500 |
tree | 42d88ed8ecc885f262af7be3e8e66192c12af379 | |
parent | c72df9f928efd5b17e84bdb7b8ec1be3b9c1ea9d [diff] |
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>