Browse Source

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>
Christoph Hellwig 7 years ago
parent
commit
181fdfe662
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/xfs/xfs_log.c

+ 1 - 1
fs/xfs/xfs_log.c

@@ -3763,7 +3763,7 @@ xlog_ticket_alloc(
  * one of the iclogs.  This uses backup pointers stored in a different
  * one of the iclogs.  This uses backup pointers stored in a different
  * part of the log in case we trash the log structure.
  * part of the log in case we trash the log structure.
  */
  */
-void
+STATIC void
 xlog_verify_dest_ptr(
 xlog_verify_dest_ptr(
 	struct xlog	*log,
 	struct xlog	*log,
 	void		*ptr)
 	void		*ptr)