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 <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
4483eb566b
commit
e89fbb5ee1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue