Re: [PATCH v9 00/31] file system-wide error monitoring
From: Amir Goldstein <amir73il@gmail.com>
Date: 2021-10-26 09:12:53
Also in:
linux-api, linux-fsdevel
From: Amir Goldstein <amir73il@gmail.com>
Date: 2021-10-26 09:12:53
Also in:
linux-api, linux-fsdevel
On Mon, Oct 25, 2021 at 10:27 PM Gabriel Krisman Bertazi [off-list ref] wrote:
Hi, This is the 9th version of this patch series. Thank you, Amir, Jan and Ted, for the feedback in the previous versions. The main difference in this version is that the pool is no longer resizeable nor limited in number of marks, even though we only pre-allocate 32 slots. In addition, ext4 was modified to always return non-zero errno, and the documentation was fixed accordingly (No longer suggests we return EXT4_ERR* values. I also droped the Reviewed-by tags from the ext4 patch, due to the changes above. Please let me know what you think.
All good on my end. I've made a couple of minor comments that could be addressed on commit if no other issues are found. Thanks, Amir.