Re: [PATCH 4.19 07/29] ext4: dont remount read-only with errors=continue on reboot

2021-01-07 Thread g...@kroah.com
On Thu, Jan 07, 2021 at 11:39:14AM +, Partha Nayak wrote: > Hi Greg / Linux community > > I was going through the patch details: > https://www.spinics.net/lists/stable/msg436529.html . > > In our case the superblock for EXT4 is configured to trigger a kernel panic . > But inspite of that th

[PATCH 4.19 07/29] ext4: dont remount read-only with errors=continue on reboot

2021-01-05 Thread Greg Kroah-Hartman
From: Jan Kara [ Upstream commit b08070eca9e247f60ab39d79b2c25d274750441f ] ext4_handle_error() with errors=continue mount option can accidentally remount the filesystem read-only when the system is rebooting. Fix that. Fixes: 1dc1097ff60e ("ext4: avoid panic during forced reboot") Signed-off-b