From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Sun, 8 Jan 2023 09:33:57 -0800 Subject: [Cluster-devel] [PATCH v5 9/9] xfs: Make xfs_iomap_folio_ops static In-Reply-To: <20221231150919.659533-10-agruenba@redhat.com> References: <20221231150919.659533-1-agruenba@redhat.com> <20221231150919.659533-10-agruenba@redhat.com> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sat, Dec 31, 2022 at 04:09:19PM +0100, Andreas Gruenbacher wrote: > Variable xfs_iomap_folio_ops isn't used outside xfs_iomap.c, so it > should be static. Looks good: Reviewed-by: Christoph Hellwig