aboutsummaryrefslogtreecommitdiff
path: root/resize
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-02-27 01:27:10 -0500
committerTheodore Ts'o <tytso@mit.edu>2018-02-27 01:27:10 -0500
commitb636e0cb04d6a149809f3356ba50405075d5d3d2 (patch)
treeb9c270cb126e463a81833edb0e7856184c8adb06 /resize
parentfbfe156112b9f7d8a105f45900d0fffb7d5003af (diff)
downloade2fsprogs-b636e0cb04d6a149809f3356ba50405075d5d3d2.tar.gz
resize2fs: remove bigalloc warning for online resizing
The kernel supports online resizing of bigalloc file systems. There's no real point to have a scary messaging when doing an online resize of bigalloc file systems, since all of the heavy lifting is done by the kernel. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'resize')
-rw-r--r--resize/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/resize/main.c b/resize/main.c
index 600e820a..a0c31c06 100644
--- a/resize/main.c
+++ b/resize/main.c
@@ -606,7 +606,6 @@ int main (int argc, char ** argv)
exit(0);
}
if (mount_flags & EXT2_MF_MOUNTED) {
- bigalloc_check(fs, force);
retval = online_resize_fs(fs, mtpt, &new_size, flags);
} else {
bigalloc_check(fs, force);