Re: [Cluster-devel] [GFS2 PATCH V2] gfs2: Implement special writepage for ail start operations

2019-01-03 Thread Bob Peterson
Hi, Here's a rework of my previously posted patch based on Steve Whitehouse's suggestions. This one's quite a bit simpler. Also note that since gfs2_write_full_page was only ever called with gfs2_get_block_noalloc, it's not necessary to pass in the get_block function, so that parameter is now

Re: [Cluster-devel] [GFS2 PATCH] gfs2: Implement special writepage for ail start operations

2019-01-03 Thread Steven Whitehouse
Hi, On 02/01/2019 21:12, Bob Peterson wrote: Hi, This patch is a working prototype to fix the hangs that result from doing certain jdata I/O, primarily xfstests/269. My earlier prototypes used a special "fs_specific" wbc flag that I suspect the upstream community wouldn't like. So this