mbox series

[GIT,PULL] (one more) ext4 fix for 6.4-rc5

Message ID 20230602211203.GA1164822@mit.edu
State Not Applicable
Headers show
Series [GIT,PULL] (one more) ext4 fix for 6.4-rc5 | 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 2, 2023, 9:12 p.m. UTC
The following changes since commit eb1f822c76beeaa76ab8b6737ab9dc9f9798408c:

  ext4: enable the lazy init thread when remounting read/write (2023-05-30 15:33:57 -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 3582e74599d376bc18cae123045cd295360d885b:

  Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits" (2023-06-02 14:47:29 -0400)

----------------------------------------------------------------
Fix an ext4 regression which landed during the 6.4 merge window.

----------------------------------------------------------------
Ojaswin Mujoo (1):
      Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"

 fs/ext4/mballoc.c | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org June 2, 2023, 9:38 p.m. UTC | #1
The pull request you sent on Fri, 2 Jun 2023 17:12:03 -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/6d7d0603ca7c397a07efc88e314e38b4242a3a8d

Thank you!