From b636e0cb04d6a149809f3356ba50405075d5d3d2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 27 Feb 2018 01:27:10 -0500 Subject: 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 --- resize/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'resize') 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); -- cgit v1.2.3