]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - resize/online.c
Fix resize2fs error msgs if the fs or kernel doesn't support on-line resize
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Oct 2006 12:30:34 +0000 (08:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Oct 2006 12:30:34 +0000 (08:30 -0400)
commitd255b22ef02f7976e68b1ad8201e303a8dfd73b3
tree8ccf0dd423fa5c5534ffb6e7102f91a4be6394eb
parentcce2f497e07e426887a693744eaad8394d1b993a
Fix resize2fs error msgs if the fs or kernel doesn't support on-line resize

Check to make sure the filesystem has a resize inode if it is needed to
grow the filesystem.  Print the correct error message if the kernel
returns an ENOTTY error to the group extend ioctl

Addresses Debian Bug: #380548

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
resize/ChangeLog
resize/online.c