xfs: mark xfs_qm_quotacheck as static
authorJie Liu <jeff.liu@oracle.com>
Thu, 24 Jul 2014 10:49:57 +0000 (20:49 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 24 Jul 2014 10:49:57 +0000 (20:49 +1000)
commiteb866bbf095ec68552c0583199208858618498e3
tree773eeb8f84535937e329cd31be771b0d0a2cc231
parent5c18717ea25fcb87c746deac1bf2ef2ff46e154a
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>
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm.h