aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_super.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_super.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_super.c')
-rw-r--r--fs/xfs/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 4eb63ad87d7d..d971f4932b5d 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1155,7 +1155,7 @@ xfs_restore_resvblks(struct xfs_mount *mp)
1155 * Note: xfs_log_quiesce() stops background log work - the callers must ensure 1155 * Note: xfs_log_quiesce() stops background log work - the callers must ensure
1156 * it is started again when appropriate. 1156 * it is started again when appropriate.
1157 */ 1157 */
1158void 1158static void
1159xfs_quiesce_attr( 1159xfs_quiesce_attr(
1160 struct xfs_mount *mp) 1160 struct xfs_mount *mp)
1161{ 1161{