]> git.ipfire.org Git - people/arne_f/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Apr 2019 07:15:00 +0000 (09:15 +0200)
commitce1bdbed2097bffb0cabc8381f3727f8698ff991
tree31d1ed48fd780c44f64fedd61ec5361d71977d03
parent7a82651d06cbaf2447f4f1193f4a7b325c1ab53a
ext4: report real fs size after failed resize

[ Upstream commit 6c7328400e0488f7d49e19e02290ba343b6811b2 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ext4/resize.c