]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: fix icheck finding blocks used for xattrs
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 11 Jun 2011 15:29:54 +0000 (11:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 11 Jun 2011 15:29:54 +0000 (11:29 -0400)
commit1d8f5ae36e95f18bfb74a0851ed42cb45fd0445a
treed8d1a0e28f456d0658cedc4a320c89e0252a3a8a
parent25bc8c756f0f8c5e703f86c8d6da882dc77bfa84
debugfs: fix icheck finding blocks used for xattrs

This was an "uninitialized variable" warning, but it turns out to be
a real bug.  Without this change, it is not possible to use "icheck"
to find blocks that are used for the i_file_acl (xattr) block.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/icheck.c