xfs: mark xlog_verify_dest_ptr STATIC
authorChristoph Hellwig <hch@lst.de>
Mon, 6 Nov 2017 19:54:02 +0000 (11:54 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 6 Nov 2017 19:57:39 +0000 (11:57 -0800)
commit181fdfe662716450ce64be4134157d7152e6402e
tree48a30fec15161ceed032e6aeb243253ee615d4a1
parente89fbb5ee1893f3cf5fad6a12e1f9e37b91cf69d
xfs: mark xlog_verify_dest_ptr 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.c