On Thu, May 21, 2020 at 07:53:16PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Refactor xfs_iomap_prealloc_size to be the function that dynamically > computes the per-file preallocation size by moving the allocsize= case > to the caller. Break up the huge comment preceding the function to > annotate the relevant parts of the code, and remove the impossible > check_writeio case. > > Suggested-by: Christoph Hellwig <hch@xxxxxxxxxxxxx> > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>