This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "XFS development tree". The branch, master has been updated f65020a XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended from 92b2e5b31dd2ad2c9273578c2289d17f417fe32d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f65020a83ad570c1788f7d8ece67f3487166576b Author: Jesper Juhl <jj@xxxxxxxxxxxxx> Date: Mon Feb 13 20:51:05 2012 +0000 XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended It looks to me like the two ASSERT()s in xfs_trans_add_item() really want to do a compare (==) rather than assignment (=). This patch changes it from the latter to the former. Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx> Signed-off-by: Ben Myers <bpm@xxxxxxx> (cherry picked from commit 05293485a0b6b1f803e8a3c0ff188c38f6969985) ----------------------------------------------------------------------- Summary of changes: fs/xfs/xfs_trans.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- XFS development tree _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs