• Joel Becker's avatar
    ocfs2: Dirty the entire first bucket in ocfs2_cp_xattr_cluster(). · 15d60929
    Joel Becker authored
    ocfs2_cp_xattr_cluster() takes the last bucket of a full extent and
    copies it over to a new extent.  It then updates the headers of both
    extents to reflect the new state.  It is passed the first bh of
    the first bucket in order to update that first extent's bucket count.
    It reads and dirties the first bh of the new extent for the same reason.
    
    However, future code wants to always dirty the entire bucket when it
    is changed.  So it is changed to read the entire bucket it is updating
    for both extents.
    Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
    Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
    15d60929
xattr.c 138 KB