mkfs.btrfs: fix error text in '-r' mode
commit925ac325185d56e69343c5775765f7cf94238b31
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 4 Jun 2011 08:19:24 +0000 (4 11:19 +0300)
committerChris Mason <chris.mason@oracle.com>
Tue, 25 Oct 2011 13:18:58 +0000 (25 09:18 -0400)
tree177acdc3fbd378374ffc0cab45f2fbe54dbe724b
parentd69c30808c07f144403f508885f6f1d569f888bb
mkfs.btrfs: fix error text in '-r' mode

Smart gcc noticed use of uninitialized warning when compiled
with -O0 flags:

    mkfs.c:1291: error: 'file' may be used uninitialized in this function

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
mkfs.c