Re: [PATCH v2] fstests: add btrfs test for fsync after snapshot deletion

2016-03-25 Thread Eryu Guan
On Thu, Mar 24, 2016 at 08:08:36PM +, fdman...@kernel.org wrote: > From: Filipe Manana > > Test that if we delete a snapshot, delete its parent directory, create > another directory with the same name as that parent and then fsync either > the new directory or a file inside the new directory,

[PATCH v2] fstests: add btrfs test for fsync after snapshot deletion

2016-03-25 Thread fdmanana
From: Filipe Manana Test that if we delete a snapshot, delete its parent directory, create another directory with the same name as that parent and then fsync either the new directory or a file inside the new directory, the fsync succeeds, the fsync log is replayable and produces a correct result.