Commit e89fbb5e authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong

xfs: mark xlog_recover_check_summary STATIC

We already did it in the forward declaration, but not for the function
body itself.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent 4483eb56
...@@ -5825,7 +5825,7 @@ xlog_recover_cancel( ...@@ -5825,7 +5825,7 @@ xlog_recover_cancel(
* Read all of the agf and agi counters and check that they * Read all of the agf and agi counters and check that they
* are consistent with the superblock counters. * are consistent with the superblock counters.
*/ */
void STATIC void
xlog_recover_check_summary( xlog_recover_check_summary(
struct xlog *log) struct xlog *log)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment