commit | 8a78cb1f1b98e5ea970674e0f049832d19e76ace | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jun 01 09:04:40 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 01 18:37:33 2018 -0700 |
tree | d338c9b78bc8d9b88fa7b979fdbd19b8368509c8 | |
parent | b84e772299dc5b9da22a40ba87ed519a891397a3 [diff] |
fs: move page_cache_seek_hole_data to iomap.c This function is only used by the iomap code, depends on being called from it, and will soon stop poking into buffer head internals. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>