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(-)