]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21591edc8f70ca4d1895b33b6dd97b2fdf733e30
treed88b1becfcf2cdccfe0c9429da0c9a998b879d3c
parent9e5abec2855c3a059965ff0d35dafbc4ff4a1cb8
parenta2f946f600b1e650d3e3c51377ca4957a31f0bdd
Merge tag 'xfs-4.19-merge-7' of git://git.kernel.org/pub/scm/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