]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: report real fs size after failed resize
authorLukas Czerner <lczerner@redhat.com>
Fri, 15 Mar 2019 04:22:28 +0000 (00:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 15 Mar 2019 04:22:28 +0000 (00:22 -0400)
commit1e413aef7bb96415abeb811c6561276abf06cf2c
treeda6c9acc8ec35f9815735ec86e89fc47da0ece1c
parent7a77e04dd12715f8773fd846e64584272b41641e
ext4: report real fs size after failed resize

Currently when the file system resize using ext4_resize_fs() fails it
will report into log that "resized filesystem to <requested block
count>".  However this may not be true in the case of failure.  Use the
current block count as returned by ext4_blocks_count() to report the
block count.

Additionally, report a warning that "error occurred during file system
resize"

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/resize.c