Re: [PATCH] fstests: generic test for fsync after hole punching

2015-11-02 Thread Dave Chinner
On Mon, Nov 02, 2015 at 12:32:57PM +, fdman...@kernel.org wrote: > From: Filipe Manana > > Test that a file fsync works after punching a hole for the same file > range multiple times, and that after log/journal replay the file's > content and layout are correct. > > This

[PATCH] fstests: generic test for fsync after hole punching

2015-11-02 Thread fdmanana
From: Filipe Manana Test that a file fsync works after punching a hole for the same file range multiple times, and that after log/journal replay the file's content and layout are correct. This test is motivated by a bug found in btrfs, which is fixed by the following linux