]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: fix some minor sparse warnings
authorDave Chinner <dchinner@redhat.com>
Wed, 13 Nov 2013 06:40:26 +0000 (06:40 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 13 Nov 2013 16:59:09 +0000 (10:59 -0600)
commit389b3b078ccc03da48d3cc0387fb5c5508e15d0f
tree38f80d52e9c888da5e5ada4d1cffeec0d43d9db5
parent270c31284f7d05557a31ef1304d582897bf4ffcc
xfs: fix some minor sparse warnings

A couple of simple locking annotations and 0 vs NULL warnings.
Nothing that changes any code behaviour, just removes build noise.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
libxfs/xfs_bmap.c