From: Christoph Hellwig Date: Mon, 6 Nov 2017 19:54:02 +0000 (-0800) Subject: xfs: mark xlog_verify_dest_ptr STATIC X-Git-Tag: v4.19~2220^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=181fdfe662716450ce64be4134157d7152e6402e;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 3ce44e6..38d4227 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -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)