mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 20:30:58 +02:00
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
This commit is contained in:
@@ -93,7 +93,7 @@ xfs_growfs_data_private(
|
||||
xfs_agnumber_t nagimax = 0;
|
||||
xfs_rfsblock_t nb, nb_div, nb_mod;
|
||||
int64_t delta;
|
||||
bool lastag_extended;
|
||||
bool lastag_extended = false;
|
||||
xfs_agnumber_t oagcount;
|
||||
struct xfs_trans *tp;
|
||||
struct aghdr_init_data id = {};
|
||||
|
Reference in New Issue
Block a user