ext4: fix use of potentially uninitialized variables in debugging code
authorAndi Shyti <andi@etezian.org>
Wed, 28 Aug 2013 18:00:00 +0000 (14:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Aug 2013 18:00:00 +0000 (14:00 -0400)
If ext_debugging is enabled and path[depth].p_ext is NULL, len
and lblock are printed non initialized

Signed-off-by: Andi Shyti <andi@etezian.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found