Re: [PATCH 3/6] xfs: remove indirect calls from xfs_inode_walk{,_ag}
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-26 06:09:59
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-03-26 06:09:59
+/* Forward declarations to reduce indirect calls */ +static int xfs_blockgc_scan_inode(struct xfs_inode *ip, void *args);
While we try to avoid forward declarations I don't think we really need a comment justifying it. Otherwise this looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>