Re: [PATCH] btrfs: Implement lazytime
From: Josef Bacik
Date: Tue Jan 14 2020 - 08:44:41 EST
On 1/14/20 12:53 AM, Kusanagi Kouichi wrote:
I tested with xfstests and lazytime didn't cause any new failures.
Signed-off-by: Kusanagi Kouichi <slash@xxxxxxxxxxxxxxx>
---
We don't use the I_DIRTY flags for tracking our inodes, and .write_inode was
removed because we didn't need it and it deadlocks. Thanks,
Josef