]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0195ba08ed71334f2d91ffe36f7121d486c1829e
treed338c9b78bc8d9b88fa7b979fdbd19b8368509c8
parent31c8b1a60c7d41d0d188377fb0edabae95158470
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