From: Jesper Juhl Date: Mon, 13 Feb 2012 20:51:05 +0000 (+0000) Subject: XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended X-Git-Tag: v3.3-rc5~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05293485a0b6b1f803e8a3c0ff188c38f6969985;p=pandora-kernel.git 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 --- Reading git-diff-tree failed