diff options
author | Christoph Hellwig <hch@infradead.org> | 2007-08-16 05:38:08 (GMT) |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-09-05 04:49:30 (GMT) |
commit | ee5c80239d5f152d99f69165afbd115518353563 (patch) | |
tree | 2ea198960e12fe010b18ce9b52645c7865ec1082 /MAINTAINERS | |
parent | 34521c5e4971d01f6ef650fdee59e07be6c2c5e3 (diff) | |
download | linux-ee5c80239d5f152d99f69165afbd115518353563.tar.xz |
[XFS] fix ASSERT and ASSERT_ALWAYS
- remove the != 0 inside the unlikely in ASSERT_ALWAYS because sparse now
complains about comparisons between pointers and 0
- add a standalone ASSERT implementation because defining it to
ASSERT_ALWAYS means the string is expanded before the token passing
stringification. This way we get the actual content of the
assertion in the assfail message and don't overflow sparse's
stringification buffer leading to sparse error messages.
SGI-PV: 968555
SGI-Modid: xfs-linux-melb:xfs-kern:29310a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions