Whamcloud - gitweb
resize2fs: Fix error message so the mountpoint is printed correctly
authorTheodore Ts'o <tytso@mit.edu>
Thu, 2 Jul 2009 17:54:22 +0000 (13:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 Jul 2009 17:54:22 +0000 (13:54 -0400)
commit3a4d9869d47c462c84688b0f8b15df5ab6f93381
tree027ba2aa16a07ba901b7c40d5d77138f3c6ca881
parent7ad8da364950fd21aceb3c0a5785fda245036650
resize2fs: Fix error message so the mountpoint is printed correctly

The resize2fs program was freeing the mountpoint information too
early, so garbage was getting printed instead of the correct
information in an error message.

Addresses-Debian-Bug: #535452

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