xfs: mark xfs_eof_alignment static

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>
This commit is contained in:
Christoph Hellwig
2019-10-30 12:24:57 -07:00
committed by Darrick J. Wong
parent ae7e403fa5
commit 49bbf8c761
2 changed files with 1 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ xfs_iomap_end_fsb(
XFS_B_TO_FSB(mp, mp->m_super->s_maxbytes));
}
xfs_extlen_t
static xfs_extlen_t
xfs_eof_alignment(
struct xfs_inode *ip,
xfs_extlen_t extsize)