]> asedeno.scripts.mit.edu Git - linux.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)
commite89fbb5ee1893f3cf5fad6a12e1f9e37b91cf69d
tree97f12a8e18990531c2780ef9ead4bbd00fdc9f79
parent4483eb566b2c045f69f2fa01629aca7772cdf95e
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