xfs: mark xlog_recover_check_summary STATIC
authorChristoph Hellwig <hch@lst.de>
Mon, 6 Nov 2017 19:54:01 +0000 (11:54 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 6 Nov 2017 19:57:39 +0000 (11:57 -0800)
We already did it in the forward declaration, but not for the function
body itself.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_log_recover.c

index 6e0e38b..87b1c33 100644 (file)
@@ -5825,7 +5825,7 @@ xlog_recover_cancel(
  * Read all of the agf and agi counters and check that they
  * are consistent with the superblock counters.
  */
-void
+STATIC void
 xlog_recover_check_summary(
        struct xlog     *log)
 {