]> git.baikalelectronics.ru Git - kernel.git/commit
iomap: add a page_done callback
authorChristoph Hellwig <hch@lst.de>
Tue, 19 Jun 2018 22:10:56 +0000 (15:10 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 19 Jun 2018 22:10:56 +0000 (15:10 -0700)
commit07c8d3ca844b9f1717dcbb18338f0da1c9057679
tree4bd0539b5d6ae1bf9d1a9735c2b8a6dff262edd3
parent6630307c249df395000492d13ee01208d20ab860
iomap: add a page_done callback

This will be used by gfs2 to attach data to transactions for the journaled
data mode.  But the concept is generic enough that we might be able to
use it for other purposes like encryption/integrity post-processing in the
future.

Based on a patch from Andreas Gruenbacher.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/iomap.c
include/linux/iomap.h