Whamcloud - gitweb
resize2fs: Add support to use the ext4 online resize ioctl's
authorTheodore Ts'o <tytso@mit.edu>
Sat, 7 Jun 2008 17:13:16 +0000 (13:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 7 Jun 2008 17:13:16 +0000 (13:13 -0400)
commit5c4f8d674845095050f94ea95f3c73072cbe34b5
treef927289ef0af265a10db7071ce65678147a7f42d
parent68eb092dda44ea24d490085f6941e50eebfd674f
resize2fs: Add support to use the ext4 online resize ioctl's

First try the ext3 ioctl, but if we get an error, try using the ext4
ioctl.

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