From: Joel Becker Date: Wed, 26 Nov 2008 03:00:15 +0000 (-0800) Subject: ocfs2: Explain t_is_new in ocfs2_cp_xattr_cluster(). X-Git-Tag: v2.6.29-rc1~505^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b656c1d6fc5ba7791a360766780a212faed5705;p=pandora-kernel.git ocfs2: Explain t_is_new in ocfs2_cp_xattr_cluster(). I was unsure of the JOURNAL_ACCESS parameters in ocfs2_cp_xattr_cluster(). They're based on the function argument 't_is_new', but I couldn't quite figure out how t_is_new mapped to allocation. ocfs2_cp_xattr_cluster() actually overwrites the target, regardless of t_is_new. Well, I just figured it out. So I'm adding a big fat comment for those who come after me. ocfs2_divide_xattr_cluster() has the same behavior. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed