e6a6b1abca2448a3f92d967 parent 92b2e5b31dd2ad2c9273578c2289d17f417fe32d author Jesper Juhl 1329166265 +0000 committer Ben Myers 1329174561 -0600 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) g)ç‘Gx