From: Christoph Hellwig Date: Mon, 6 Nov 2017 19:54:01 +0000 (-0800) Subject: xfs: mark xlog_recover_check_summary STATIC X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e89fbb5ee1893f3cf5fad6a12e1f9e37b91cf69d;p=linux.git 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: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c index 6e0e38b5b7ad4..87b1c331f9ebf 100644 --- a/fs/xfs/xfs_log_recover.c +++ b/fs/xfs/xfs_log_recover.c @@ -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) {