mbox series

[GIT,PULL] ext4 regression fix for 6.4-rc6

Message ID 20230609031309.GA1458078@mit.edu
State Not Applicable
Headers show
Series [GIT,PULL] ext4 regression fix for 6.4-rc6 | expand

Pull-request

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

Message

Theodore Ts'o June 9, 2023, 3:13 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 9, 2023, 4:40 p.m. UTC | #1
The pull request you sent on Thu, 8 Jun 2023 23:13:09 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8fc1c596c2ccd951b089b6b6d54c58a74a137764

Thank you!