diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-10-29 22:11:58 +1100 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-10-30 13:59:56 -0500 |
commit | 632b89e82bf1c04c251924b49adc689f7b346321 (patch) | |
tree | 4918ee3b34cbe99ffcd5fd982fb1adfcebe5a252 /fs/xfs/xfs_bmap_btree.c | |
parent | a62936210525da2f46ae264e0bf9680eafac176e (diff) | |
download | blackbird-op-linux-632b89e82bf1c04c251924b49adc689f7b346321.tar.gz blackbird-op-linux-632b89e82bf1c04c251924b49adc689f7b346321.zip |
xfs: fix static and extern sparse warnings
The kbuild test robot indicated that there were some new sparse
warnings in fs/xfs/xfs_dquot_buf.c. Actually, there were a lot more
that is wasn't warning about, so fix them all up.
Reported-by: kbuild test robot
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_bmap_btree.c')
-rw-r--r-- | fs/xfs/xfs_bmap_btree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap_btree.c b/fs/xfs/xfs_bmap_btree.c index 2fb4a2202e17..706bc3f777cb 100644 --- a/fs/xfs/xfs_bmap_btree.c +++ b/fs/xfs/xfs_bmap_btree.c @@ -17,6 +17,7 @@ */ #include "xfs.h" #include "xfs_fs.h" +#include "xfs_shared.h" #include "xfs_format.h" #include "xfs_log_format.h" #include "xfs_trans_resv.h" |