commit | fb72556af88bf01459519d1028743c54a71bcca1 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 22 15:10:36 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 22 15:10:36 2009 -0400 |
tree | ab31b6c12a2d9ee8e98a710910d51064a76cc3da | |
parent | b0258cbcd89862b927707258c67f2eeac769adc2 [diff] |
resize2fs: Print a warning message if the ftruncate system call fails Resize2fs will attempt to truncate an image file of a filesystem down to size for the convenience of the system administrator. If the truncate operation fails, print a warning message. This also avoids a gcc warning message. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>