Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{