提交 d4542f31 编写于 作者: D Darrick J. Wong

xfs: make xfs_iomap_page_ops static

Shut up the sparse warnings about this variable that isn't referenced
anywhere else.
Signed-off-by: NDarrick J. Wong <djwong@kernel.org>
Reviewed-by: NDave Chinner <dchinner@redhat.com>
上级 26870c3f
......@@ -83,7 +83,7 @@ xfs_iomap_valid(
return true;
}
const struct iomap_page_ops xfs_iomap_page_ops = {
static const struct iomap_page_ops xfs_iomap_page_ops = {
.iomap_valid = xfs_iomap_valid,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册