]> git.karo-electronics.de Git - linux-beck.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)
committerDave Chinner <david@fromorbit.com>
Mon, 15 Feb 2016 06:21:37 +0000 (17:21 +1100)
commitbfce7d2e2d5ee05e9d465888905c66a70a9c243c
treedcf44ae233fb003d8963d26bf5dc211c8e86bb1e
parentad68972acb82c3e8bba316d542ab204984cb1f1c
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>
fs/xfs/xfs_aops.c