xfs: make xfs_iomap_page_ops static
authorDarrick J. Wong <djwong@kernel.org>
Mon, 26 Dec 2022 18:11:18 +0000 (10:11 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 26 Dec 2022 18:11:18 +0000 (10:11 -0800)
commitd4542f314507015ac0e25c6e8102b88293826a51
treeeefc7067c31d3e5f0f52c4513e4027909f849932
parent26870c3f5b15187268bf183055c7b9f29fe66079
xfs: make xfs_iomap_page_ops static

Shut up the sparse warnings about this variable that isn't referenced
anywhere else.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_iomap.c