fs: move page_cache_seek_hole_data to iomap.c
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Jun 2018 16:04:40 +0000 (09:04 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 2 Jun 2018 01:37:33 +0000 (18:37 -0700)
commit8a78cb1f1b98e5ea970674e0f049832d19e76ace
treed338c9b78bc8d9b88fa7b979fdbd19b8368509c8
parentb84e772299dc5b9da22a40ba87ed519a891397a3
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>
fs/buffer.c
fs/iomap.c
include/linux/buffer_head.h