]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: factor mapping out of xfs_do_writepage
authorDave Chinner <dchinner@redhat.com>
Mon, 15 Feb 2016 06:21:37 +0000 (17:21 +1100)
committerBrian Maly <brian.maly@oracle.com>
Wed, 18 Jul 2018 00:09:42 +0000 (20:09 -0400)
commit40a82631dc131f1b7f61b2a2fe6351c382aaf04f
tree4125ccb0119dda875a16172cd6e20280e58f0abb
parente58eae1b82358f6df9a88b1312cac667b3d968db
xfs: factor mapping out of xfs_do_writepage

Separate out the bufferhead based mapping from the writepage code so
that we have a clear separation of the page operations and the
bufferhead state.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
(cherry picked from commit bfce7d2e2d5ee05e9d465888905c66a70a9c243c)

Orabug: 28193043

Signed-off-by: Shan Hai <shan.hai@oracle.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
fs/xfs/xfs_aops.c