[GIT PULL] ext4 regression fix for 6.4-rc6

From: Theodore Ts'o
Date: Thu Jun 08 2023 - 23:13:22 EST


The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to dea9d8f7643fab07bf89a1155f1f94f37d096a5e:

ext4: only check dquot_initialize_needed() when debugging (2023-06-08 10:06:40 -0400)

----------------------------------------------------------------
Fix an ext4 regression which breaks remounting r/w file systems that
have the quota feature enabled.

----------------------------------------------------------------
Theodore Ts'o (2):
Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
ext4: only check dquot_initialize_needed() when debugging

fs/ext4/super.c | 6 +-----
fs/ext4/xattr.c | 6 ++++--
2 files changed, 5 insertions(+), 7 deletions(-)