diff options
author | Christoph Hellwig <hch@lst.de> | 2017-11-06 14:54:02 -0500 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-11-06 14:57:39 -0500 |
commit | 181fdfe662716450ce64be4134157d7152e6402e (patch) | |
tree | 48a30fec15161ceed032e6aeb243253ee615d4a1 /fs/xfs | |
parent | e89fbb5ee1893f3cf5fad6a12e1f9e37b91cf69d (diff) |
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 3ce44e6d6639..38d4227895ae 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
@@ -3763,7 +3763,7 @@ xlog_ticket_alloc( | |||
3763 | * one of the iclogs. This uses backup pointers stored in a different | 3763 | * one of the iclogs. This uses backup pointers stored in a different |
3764 | * part of the log in case we trash the log structure. | 3764 | * part of the log in case we trash the log structure. |
3765 | */ | 3765 | */ |
3766 | void | 3766 | STATIC void |
3767 | xlog_verify_dest_ptr( | 3767 | xlog_verify_dest_ptr( |
3768 | struct xlog *log, | 3768 | struct xlog *log, |
3769 | void *ptr) | 3769 | void *ptr) |