summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/xfs_fsmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_fsmap.c b/fs/xfs/xfs_fsmap.c
index c34fa9c342f2..c7157bc48bd1 100644
--- a/fs/xfs/xfs_fsmap.c
+++ b/fs/xfs/xfs_fsmap.c
@@ -513,8 +513,8 @@ xfs_getfsmap_rtdev_rtbitmap_query(
513 struct xfs_trans *tp, 513 struct xfs_trans *tp,
514 struct xfs_getfsmap_info *info) 514 struct xfs_getfsmap_info *info)
515{ 515{
516 struct xfs_rtalloc_rec alow; 516 struct xfs_rtalloc_rec alow = { 0 };
517 struct xfs_rtalloc_rec ahigh; 517 struct xfs_rtalloc_rec ahigh = { 0 };
518 int error; 518 int error;
519 519
520 xfs_ilock(tp->t_mountp->m_rbmip, XFS_ILOCK_SHARED); 520 xfs_ilock(tp->t_mountp->m_rbmip, XFS_ILOCK_SHARED);