]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: mute some sparse warnings
authorEryu Guan <guaneryu@gmail.com>
Tue, 5 Apr 2016 23:47:21 +0000 (09:47 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 5 Apr 2016 23:47:21 +0000 (09:47 +1000)
commit6e3e6d55e51774ec7cfc24975749bbddb28a9051
tree87c089ce4be95cc249ee81612ff595269b8971bd
parent664b60f6babc98ee03c2ff15b9482cc8c5e15a83
xfs: mute some sparse warnings

These three warnings are fixed:

fs/xfs/xfs_inode.c:1033:44: warning: Using plain integer as NULL pointer
fs/xfs/xfs_inode_item.c:525:20: warning: context imbalance in 'xfs_inode_item_push' - unexpected unlock
fs/xfs/xfs_dquot.c:696:1: warning: symbol 'xfs_dq_get_next_id' was not declared. Should it be static?

Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_dquot.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode_item.c