Commit 181fdfe6 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong

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: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: default avatarDarrick J. Wong <darrick.wong@oracle.com>
parent e89fbb5e
......@@ -3763,7 +3763,7 @@ xlog_ticket_alloc(
* one of the iclogs. This uses backup pointers stored in a different
* part of the log in case we trash the log structure.
*/
void
STATIC void
xlog_verify_dest_ptr(
struct xlog *log,
void *ptr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment