commit | 63899c6f8851c32214b19390254fa1ae90b582df | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 19 15:10:56 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jun 19 15:10:56 2018 -0700 |
tree | 4bd0539b5d6ae1bf9d1a9735c2b8a6dff262edd3 | |
parent | 19e0c58f6552638c86395f0717210326fdf14fd2 [diff] |
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>