Hello Ted,
here is a minor fixup with debugfs "icheck" finding a block in an EA.
It was reporting the inode number as one too low because it was set
after the EA check is done.
From: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
+2006-03-08 Theodore Ts'o <tytso@mit.edu>
+
+ * Fix bug in icheck which incorrectly reports the last valid inode
+ number as the owner for an EA block.
+
2005-12-10 Theodore Ts'o <tytso@mit.edu>
* debugfs.c, debugfs.h, logdump.c, ls.c: Clean up various gcc
if (!inode.i_links_count)
goto next;
+ bw.inode = ino;
+
if (inode.i_file_acl) {
icheck_proc(current_fs, &inode.i_file_acl, 0,
0, 0, &bw);
if (inode.i_dtime)
goto next;
- bw.inode = ino;
-
retval = ext2fs_block_iterate2(current_fs, ino, 0, block_buf,
icheck_proc, &bw);
if (retval) {