From: Joel Becker Date: Wed, 26 Nov 2008 02:36:42 +0000 (-0800) Subject: ocfs2: Dirty the entire first bucket in ocfs2_cp_xattr_cluster(). X-Git-Tag: v2.6.29-rc1~505^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d609293d1954465a4788b9b182214323c6a2a1;p=pandora-kernel.git ocfs2: Dirty the entire first bucket in ocfs2_cp_xattr_cluster(). 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: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed