ce7b371 fsck.gfs2: Detect, fix and clone duplicate block refs within a dinode

Authored and Committed by rpeterso 8 years ago
    fsck.gfs2: Detect, fix and clone duplicate block refs within a dinode
    
    Prior to this patch, fsck.gfs2 was unable to detect and fix duplicate
    block references within the same file. This patch detects when data
    blocks are duplicated within a dinode, then tries to clone the data
    to a new block.
    
    rhbz#1236669
    
        
file modified
+2 -1
file modified
+2 -0
file modified
+6 -3
file modified
+4 -2
file modified
+10 -5
file modified
+120 -1
file modified
+2 -1
file modified
+4 -3