Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fix from Darrick Wong:
"Nothing exciting here, just getting rid of a gcc warning that I got
tired of seeing when I turn on gcov"

* tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
xfs: fix uninit warning in xfs_growfs_data

+1 -1
+1 -1
fs/xfs/xfs_fsops.c
··· 93 93 xfs_agnumber_t nagimax = 0; 94 94 xfs_rfsblock_t nb, nb_div, nb_mod; 95 95 int64_t delta; 96 - bool lastag_extended; 96 + bool lastag_extended = false; 97 97 xfs_agnumber_t oagcount; 98 98 struct xfs_trans *tp; 99 99 struct aghdr_init_data id = {};