]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
resize2fs: remove bigalloc warning for online resizing
authorTheodore Ts'o <tytso@mit.edu>
Tue, 27 Feb 2018 06:27:10 +0000 (01:27 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Feb 2018 06:27:10 +0000 (01:27 -0500)
commitb636e0cb04d6a149809f3356ba50405075d5d3d2
treeb9c270cb126e463a81833edb0e7856184c8adb06
parentfbfe156112b9f7d8a105f45900d0fffb7d5003af
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>
resize/main.c