]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1c6bd7173d66b3dfdefcedb38cabc1fb03997509
tree676479aeed00d4c63e1a29ef96df90b06d17f199
parent93f9052643409c13b3b5f76833865087351f55b8
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