[CC to the correct LTP list address]
On Tue, Jun 17, 2025 at 11:10 PM Amir Goldstein amir73il@gmail.com wrote:
Jan,
I noticed that fanotify22, the FAN_FS_ERROR test has regressed in the 5.15.y stable tree.
This is because commit d3476f3dad4a ("ext4: don't set SB_RDONLY after filesystem errors") was backported to 5.15.y and the later Fixes commit could not be cleanly applied to 5.15.y over the new mount api re-factoring.
I am not sure it is critical to fix this regression, because it is mostly a regression in a test feature, but I think the backport is pretty simple, although I could be missing something.
Please ACK if you agree that this backport should be applied to 5.15.y.
Thanks, Amir.
Amir Goldstein (2): ext4: make 'abort' mount option handling standard ext4: avoid remount errors with 'abort' mount option
fs/ext4/ext4.h | 1 + fs/ext4/super.c | 15 +++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-)
-- 2.47.1