commit | 0ed3b0d45fd39142e418220f518c8959c1a5f596 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Jun 29 11:43:21 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Sun Jul 02 22:46:13 2017 -0700 |
tree | 5c629e3654c2959be05fee0875952b419a5718a9 | |
parent | 334fd34d76f237c0ee58dfc400d2c4e34d660544 [diff] |
vfs: Add iomap_seek_hole and iomap_seek_data helpers Filesystems can use this for implementing lseek SEEK_HOLE / SEEK_DATA support via iomap. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> [hch: split functions, coding style cleanups] 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>