45a0a14 fsck.gfs2: Make debug messages more succinct wrt extended attributes

1 file Authored by rpeterso 7 years ago, Committed by andyp 7 years ago,
    fsck.gfs2: Make debug messages more succinct wrt extended attributes
    
    This patch changes function check_inode_eattr, which is called from
    several passes, to remove the debug message that says basically
    Extended attributes exist for inode X. That way the debug output is
    not cluttered with those messages for every inode for every pass.
    Instead, the existing message regarding the processing of EA leaf blocks
    has been enhanced to add the inode number. Similarly, a new debug
    message was added to function check_inode_eattr for indirect EA block
    processing. This makes the output much more clear.
    
        
file modified
+11 -6