mbox series

[GIT,PULL] ext4 last-minute fixup

Message ID YzHqqg46Y34PX0Yq@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 last-minute fixup | expand

Pull-request

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

Message

Theodore Ts'o Sept. 26, 2022, 6:08 p.m. UTC
The following changes since commit 80fa46d6b9e7b1527bfd2197d75431fd9c382161:

  ext4: limit the number of retries after discarding preallocations blocks (2022-09-22 10:51:19 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a078dff870136090b5779ca2831870a6c5539d36:

  ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_group_cr1() (2022-09-26 13:21:05 -0400)

----------------------------------------------------------------
Fix an potential unitialzied variable bug; this was a fixup that I had
forgotten to apply before the last pull request for ext4.  My bad.

----------------------------------------------------------------
Jan Kara (1):
      ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_group_cr1()

 fs/ext4/mballoc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 26, 2022, 9:28 p.m. UTC | #1
The pull request you sent on Mon, 26 Sep 2022 14:08:42 -0400:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a710532cfe586710738670fb7e1ee44fc3c9b5c

Thank you!