From: Jesper Juhl Date: Sat, 25 Dec 2010 20:14:53 +0000 (+0000) Subject: xfs: fix an assignment within an ASSERT() X-Git-Tag: v2.6.38-rc1~44^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1884bd8354c9aec4ca501dc4773c13ad2a09af7b;p=pandora-kernel.git xfs: fix an assignment within an ASSERT() 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 Signed-off-by: Alex Elder --- Reading git-diff-tree failed