Whamcloud - gitweb
mke2fs: be explicit if external journal device is not found
authorEric Sandeen <sandeen@redhat.com>
Thu, 1 Apr 2010 19:26:30 +0000 (14:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 12 May 2010 16:54:12 +0000 (12:54 -0400)
commit1bb14a22b5ea31ce4b9b5d9d8c7e75f02fad77ee
tree41f6491578b1e30baa3b2e51b04ac051faca13df
parent5fa92bc76888404b161b3fd0fd7e6b63e064badf
mke2fs: be explicit if external journal device is not found

This for RH bug #572935 -
RFE: Misleading error message from mke2fs -J option

If the journal device UUID is typo'd or otherwise not found,
the error message looks like it's a usage() type of problem.

It'd be helpful to explicitly say that the device requested
could not be found.

Addresses-Red-Hat-Bug: #572935

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/util.c