[XFS updates] XFS development tree branch, master, updated. v3.2-rc1-11441-gf65020a
xfs at oss.sgi.com
xfs at oss.sgi.com
Mon Feb 13 17:11:12 CST 2012
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 at chaosbits.net>
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 at chaosbits.net>
Signed-off-by: Ben Myers <bpm at sgi.com>
(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
More information about the xfs
mailing list