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)
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

diff --cc fs/xfs/xfs_qm.c
Simple merge
diff --cc fs/xfs/xfs_qm.h
Simple merge