ext4: fix online resize with mballoc
authorFrederic Bohe <frederic.bohe@bull.net>
Fri, 11 Jul 2008 23:27:31 +0000 (19:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Jul 2008 23:27:31 +0000 (19:27 -0400)
commit5f21b0e642d7bf6fe4434c9ba12bc9cb96b17cf7
tree0f391fac5cc7fa93129bf8dd853598c6d2d65bb5
parent953e622b601f58b7cc0f29fe644457fa40a18456
ext4: fix online resize with mballoc

Update group infos when updating a group's descriptor.
Add group infos when adding a group's descriptor.
Refresh cache pages used by mb_alloc when changes occur.
This will probably need modifications when META_BG resizing will be allowed.

Signed-off-by: Frederic Bohe <frederic.bohe@bull.net>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
fs/ext4/ext4.h
fs/ext4/mballoc.c
fs/ext4/resize.c