[GIT PULL] iomap: new code for 5.6

From: Darrick J. Wong
Date: Thu Jan 30 2020 - 23:08:04 EST


Hi Linus,

Please pull this set of new code for 5.6. There's a single patch fixing
an off-by-one error when we're checking to see how far we're gotten into
an EOF page.

--D

The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d:

Linux 5.5-rc4 (2019-12-29 15:29:16 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.6-merge-3

for you to fetch changes up to 243145bc4336684c69f95de0a303b31f2e5bf264:

fs: Fix page_mkwrite off-by-one errors (2020-01-06 08:58:23 -0800)

----------------------------------------------------------------
New code for 5.6:
- Fix an off-by-one error when checking if offset is within inode size

----------------------------------------------------------------
Andreas Gruenbacher (1):
fs: Fix page_mkwrite off-by-one errors

fs/iomap/buffered-io.c | 18 +++++-------------
include/linux/pagemap.h | 28 ++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 13 deletions(-)