]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: convert file system to meta_bg if needed during resizing
authorTheodore Ts'o <tytso@mit.edu>
Thu, 13 Sep 2012 14:19:24 +0000 (10:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Sep 2012 14:19:24 +0000 (10:19 -0400)
commitd257993881b8b17057ec69e053c3adb00c5f7bdb
tree676479aeed00d4c63e1a29ef96df90b06d17f199
parenta70500568f1e2969b57a8991e836b519f6deada9
ext4: convert file system to meta_bg if needed during resizing

If we have run out of reserved gdt blocks, then clear the resize_inode
feature and enable the meta_bg feature, so that we can continue
resizing the file system seamlessly.

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