Whamcloud - gitweb
resize2fs: If resize2fs fails, tell the user to run e2fsck
authorTheodore Ts'o <tytso@mit.edu>
Fri, 10 Jul 2009 17:14:00 +0000 (13:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Jul 2009 18:16:39 +0000 (14:16 -0400)
commit96cdb37e27ff101fb23cefe422b4f77fb55209be
treeb58febb112cf08e9361c5581e2072d156543d17c
parent0dc29161125fa4650e4b8832fc0f570435ef0fe3
resize2fs: If resize2fs fails, tell the user to run e2fsck

If the resize operation fails in the middle of the operation, mark the
filesystem as needing to be checked, and tell the user that they
should run e2fsck -fy on the device.

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