Whamcloud - gitweb
e2fsck: Include the device name in the progress information
authorTheodore Ts'o <tytso@mit.edu>
Wed, 26 Mar 2008 13:09:09 +0000 (09:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Mar 2008 13:11:46 +0000 (09:11 -0400)
commit1dc506cbe956419f0eafb8e84bae108ec2f0b2de
tree4de3c583e51dc6e079d30e513e54225e1f5ed7f3
parentbf209ab7950ca2a06c5837f47756f6e0ae326e85
e2fsck: Include the device name in the progress information

Also make sure the device name has no spaces in it, to avoid confusing
displays, and make ctx->filesystem_name and ctx->device_name allocated
memory to avoid potential problems in the future.

Addresses-Launchpad-Bug: #203323
Addresses-Sourceforge-Bug: #1926023

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