summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_error.c
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2010-12-25 20:14:53 (GMT)
committerAlex Elder <aelder@sgi.com>2011-01-12 04:29:13 (GMT)
commit1884bd8354c9aec4ca501dc4773c13ad2a09af7b (patch)
tree0afc35e48782f4bd444ca36ececd555e2a82c333 /fs/xfs/xfs_error.c
parentbfc60177f8ab509bc225becbb58f7e53a0e33e81 (diff)
downloadlinux-fsl-qoriq-1884bd8354c9aec4ca501dc4773c13ad2a09af7b.tar.xz
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 <jj@chaosbits.net> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_error.c')
0 files changed, 0 insertions, 0 deletions