Whamcloud - gitweb
dumpe2fs: don't try to print the journal info when using image files
authorTheodore Ts'o <tytso@mit.edu>
Thu, 26 Dec 2013 03:53:00 +0000 (22:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Dec 2013 05:21:13 +0000 (00:21 -0500)
commit7fcaabf8e80031b9919128c7cb8a86fdbcacb8f4
tree755a0157c92d47594a88a81dcda4e8f2d2d48e7b
parent737a88673d709d5b1375d589f790367121a59a42
dumpe2fs: don't try to print the journal info when using image files

If dumpe2fs tries to print journal info when using an image file
created using e2image, it will crash since the journal isn't
available.  So don't even try to print it.

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