]> git.baikalelectronics.ru Git - kernel.git/commit
iomap: add an iomap-based bmap implementation
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Jun 2018 16:03:08 +0000 (09:03 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Sat, 2 Jun 2018 01:37:33 +0000 (18:37 -0700)
commitc079f8ec2d8ef7c272b53b945d4f5c152aed4ac0
tree03e9fcdf51b0203c380ff8f7086a61a8f286f9d4
parentd1b5b622b9e80438f0616be243404b390667f64f
iomap: add an iomap-based bmap implementation

This adds a simple iomap-based implementation of the legacy ->bmap
interface.  Note that we can't easily add checks for rt or reflink
files, so these will have to remain in the callers.  This interface
just needs to die..

Signed-off-by: Christoph Hellwig <hch@lst.de>
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/iomap.c
include/linux/iomap.h