• Darrick J. Wong's avatar
    xfs: don't check reflink iflag state when checking cow fork · e27a1369
    Darrick J. Wong authored
    Any inode on a reflink filesystem can have a cow fork, even if the inode
    does not have the reflink iflag set.  This happens either because the
    inode once had the iflag set but does not now, because we don't free the
    incore cow fork until the icache deletes the inode; or because we're
    running in alwayscow mode.
    
    Either way, we can collapse both of the xfs_is_reflink_inode calls into
    one, and change it to xfs_has_reflink, now that the bmap checker will
    return ENOENT if there is no pointer to the incore fork.
    Signed-off-by: default avatarDarrick J. Wong <djwong@kernel.org>
    Reviewed-by: default avatarDave Chinner <dchinner@redhat.com>
    e27a1369
bmap.c 26.3 KB