commit | 05293485a0b6b1f803e8a3c0ff188c38f6969985 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Feb 13 20:51:05 2012 +0000 |
committer | Ben Myers <bpm@sgi.com> | Mon Feb 13 17:06:39 2012 -0600 |
tree | c7e62a4dc1a423ae2e7e591f50cd71fcb681919f | |
parent | 04da0c8196ac0b12fb6b84f4b7a51ad2fa56d869 [diff] |
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@chaosbits.net> Signed-off-by: Ben Myers <bpm@sgi.com>