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_super.c | |
parent | a62936210525da2f46ae264e0bf9680eafac176e (diff) | |
download | op-kernel-dev-632b89e82bf1c04c251924b49adc689f7b346321.zip op-kernel-dev-632b89e82bf1c04c251924b49adc689f7b346321.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 4eb63ad..d971f49 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -1155,7 +1155,7 @@ xfs_restore_resvblks(struct xfs_mount *mp) * Note: xfs_log_quiesce() stops background log work - the callers must ensure * it is started again when appropriate. */ -void +static void xfs_quiesce_attr( struct xfs_mount *mp) { |