1
0
Fork 0
alistair23-linux/fs/iomap
Christoph Hellwig 838c4f3d75 iomap: move the iomap_dio_rw ->end_io callback into a structure
Add a new iomap_dio_ops structure that for now just contains the end_io
handler.  This avoid storing the function pointer in a mutable structure,
which is a possible exploit vector for kernel code execution, and prepares
for adding a submit_io handler that btrfs needs.

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>
2019-09-19 15:32:45 -07:00
..
Makefile iomap: fix Invalid License ID 2019-07-25 11:05:11 +02:00
apply.c
buffered-io.c Also new for 5.3: 2019-07-19 11:38:12 -07:00
direct-io.c iomap: move the iomap_dio_rw ->end_io callback into a structure 2019-09-19 15:32:45 -07:00
fiemap.c
seek.c
swapfile.c