]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: prevent a fs with errors from being resized
authorYongqiang Yang <xiaoqiangnk@gmail.com>
Wed, 27 Jul 2011 01:39:09 +0000 (21:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Jul 2011 01:39:09 +0000 (21:39 -0400)
commit52ce5d660827cf56e393061ab4312ad8b52655fa
treefa0fed1bbdd6984b7c0de157010dda2bfacd1c9b
parent1c78c9baf59d6d1d1832d49dc85bd82b58e40361
ext4: prevent a fs with errors from being resized

A filesystem with errors is not allowed to being resized, otherwise,
it is easy to destroy the filesystem.

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