]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae5e32e09bf7534e37c17b8bcfe40b777760bd8e
tree0f391fac5cc7fa93129bf8dd853598c6d2d65bb5
parent2e48ad791bf43e9d6bfb2eb5a13f587275645030
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