]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc307a4e26b2e8354a1428c653f7af1220f3944b7
tree97f12a8e18990531c2780ef9ead4bbd00fdc9f79
parent21c4be4ed95e744ac0844daa058c69726d00fd8f
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>
fs/xfs/xfs_log_recover.c