diff options
author | Christoph Hellwig <hch@lst.de> | 2019-10-30 20:24:57 +0100 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-11-03 19:22:30 +0100 |
commit | 49bbf8c76156932d9cec4e95cc4471a2c757d70f (patch) | |
tree | 92a5e88a6729d8d5dd4bf0be63b5e73baba1bd5f /fs/xfs/xfs_iomap.h | |
parent | xfs: simplify xfs_iomap_eof_align_last_fsb (diff) | |
download | linux-49bbf8c76156932d9cec4e95cc4471a2c757d70f.tar.xz linux-49bbf8c76156932d9cec4e95cc4471a2c757d70f.zip |
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>
Diffstat (limited to 'fs/xfs/xfs_iomap.h')
-rw-r--r-- | fs/xfs/xfs_iomap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iomap.h b/fs/xfs/xfs_iomap.h index 7aed28275089..d5b292bdaf82 100644 --- a/fs/xfs/xfs_iomap.h +++ b/fs/xfs/xfs_iomap.h @@ -17,7 +17,6 @@ int xfs_iomap_write_unwritten(struct xfs_inode *, xfs_off_t, xfs_off_t, bool); int xfs_bmbt_to_iomap(struct xfs_inode *, struct iomap *, struct xfs_bmbt_irec *, u16); -xfs_extlen_t xfs_eof_alignment(struct xfs_inode *ip, xfs_extlen_t extsize); static inline xfs_filblks_t xfs_aligned_fsb_count( |