X-Spam-Checker-Version: SpamAssassin 3.4.0-r929098 (2010-03-30) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.4.0-r929098 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q1DNBEmg049679 for ; Mon, 13 Feb 2012 17:11:14 -0600 Received: (from bpm@localhost) by oss.sgi.com (8.14.3/8.14.3/Submit) id q1DNBCOe049651; Mon, 13 Feb 2012 17:11:12 -0600 Date: Mon, 13 Feb 2012 17:11:12 -0600 Message-Id: <201202132311.q1DNBCOe049651@oss.sgi.com> From: xfs@oss.sgi.com To: xfs@oss.sgi.com Subject: [XFS updates] XFS development tree branch, master, updated. v3.2-rc1-11441-gf65020a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 92b2e5b31dd2ad2c9273578c2289d17f417fe32d X-Git-Newrev: f65020a83ad570c1788f7d8ece67f3487166576b 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 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 Signed-off-by: Ben Myers (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