Hi Linus,

Two fixes in this pull request:

- The writeback regression fix from Tejun, which has been weeks in the
  making. This fixes a case where we would sometimes not issue writeback
  when we should have.

- An older fix for a memory corruption issue in mtip32xx. It was
  deferred since we wanted a better fix for this (driver should not have
  to handle that case), but given the timing, it's better to put the
  simple fix in for 4.2 release.


Please pull!


  git://git.kernel.dk/linux-block.git for-linus


----------------------------------------------------------------
Jeff Moyer (1):
      mtip32x: fix regression introduced by blk-mq per-hctx flush

Tejun Heo (1):
      writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always 
call wait_sb_inodes()

 drivers/block/mtip32xx/mtip32xx.c |  8 ++++++++
 fs/fs-writeback.c                 | 22 +++++++++++++---------
 2 files changed, 21 insertions(+), 9 deletions(-)

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to