Re: [Cluster-devel] [GFS2 PATCH 2/2] GFS2: Submit all ordered writes in bulk, wait after that

2018-05-15 Thread Andreas Gruenbacher
Hi Bob, On 14 May 2018 at 16:18, Bob Peterson wrote: > Before this patch, the ordered_write function would submit all > the ordered writes with filemap_fdatawrite, which waited for each > one to complete before moving on to the next. This patch allows it > to submit them all, then wait for them a

[Cluster-devel] [GFS2 PATCH 2/2] GFS2: Submit all ordered writes in bulk, wait after that

2018-05-14 Thread Bob Peterson
Before this patch, the ordered_write function would submit all the ordered writes with filemap_fdatawrite, which waited for each one to complete before moving on to the next. This patch allows it to submit them all, then wait for them after they're submitted. Signed-off-by: Bob Peterson --- fs/g