diff options
author | Jie Liu <jeff.liu@oracle.com> | 2014-07-24 14:49:57 +0400 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-07-24 14:49:57 +0400 |
commit | eb866bbf095ec68552c0583199208858618498e3 (patch) | |
tree | 773eeb8f84535937e329cd31be771b0d0a2cc231 /fs/xfs/xfs_qm.h | |
parent | 5c18717ea25fcb87c746deac1bf2ef2ff46e154a (diff) | |
download | linux-eb866bbf095ec68552c0583199208858618498e3.tar.xz |
xfs: mark xfs_qm_quotacheck as static
xfs_qm_quotacheck() is not used outside of xfs_qm.c. Mark it static
and move it around in the file to avoid a forward declaration.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_qm.h')
-rw-r--r-- | fs/xfs/xfs_qm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_qm.h b/fs/xfs/xfs_qm.h index 797fd4636273..3a07a937e232 100644 --- a/fs/xfs/xfs_qm.h +++ b/fs/xfs/xfs_qm.h @@ -157,7 +157,6 @@ struct xfs_dquot_acct { #define XFS_QM_RTBWARNLIMIT 5 extern void xfs_qm_destroy_quotainfo(struct xfs_mount *); -extern int xfs_qm_quotacheck(struct xfs_mount *); extern int xfs_qm_write_sb_changes(struct xfs_mount *, __int64_t); /* dquot stuff */ |