aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtbitmap.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-10-29 07:11:58 -0400
committerBen Myers <bpm@sgi.com>2013-10-30 14:59:56 -0400
commit632b89e82bf1c04c251924b49adc689f7b346321 (patch)
tree4918ee3b34cbe99ffcd5fd982fb1adfcebe5a252 /fs/xfs/xfs_rtbitmap.c
parenta62936210525da2f46ae264e0bf9680eafac176e (diff)
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_rtbitmap.c')
-rw-r--r--fs/xfs/xfs_rtbitmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_rtbitmap.c b/fs/xfs/xfs_rtbitmap.c
index e30efe8be5e6..b1f2fe8af4a8 100644
--- a/fs/xfs/xfs_rtbitmap.c
+++ b/fs/xfs/xfs_rtbitmap.c
@@ -37,6 +37,7 @@
37#include "xfs_buf.h" 37#include "xfs_buf.h"
38#include "xfs_icache.h" 38#include "xfs_icache.h"
39#include "xfs_dinode.h" 39#include "xfs_dinode.h"
40#include "xfs_rtalloc.h"
40 41
41 42
42/* 43/*