xfs: fix an assignment within an ASSERT()
authorJesper Juhl <jj@chaosbits.net>
Sat, 25 Dec 2010 20:14:53 +0000 (20:14 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Jan 2011 04:29:13 +0000 (22:29 -0600)
In fs/xfs/xfs_trans.c::xfs_trans_unreserve_and_mod_sb() at the out:
label we have this:
ASSERT(error = 0);
I believe a comparison was intended, not an assignment. If I'm
right, the patch below fixes that up.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_trans.c

Simple merge