Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Aug 2018 01:15:47 +0000 (18:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Aug 2018 01:15:47 +0000 (18:15 -0700)
commitc22fc16d172fba4d19ffd8f2aa8fe67edba63895
treed88b1becfcf2cdccfe0c9429da0c9a998b879d3c
parentc1fecabecc352e40f99e6c5d7a74b8fcdfb38ae1
parent7d5e049e72c4cb933b557c78cbd63285dd8102ce
Merge tag 'xfs-4.19-merge-7' of git://git./fs/xfs/xfs-linux

Pull xfs fixes from Darrick Wong:

 - Fix an uninitialized variable

 - Don't use obviously garbage AG header counters to calculate
   transaction reservations

 - Trigger icount recalculation on bad icount when mounting

* tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  iomap: fix WARN_ON_ONCE on uninitialized variable
  xfs: sanity check ag header values in xrep_calc_ag_resblks
  xfs: recalculate summary counters at mount time if icount is bad
fs/iomap.c