diff options
author | Christoph Hellwig <hch@lst.de> | 2019-09-20 01:32:45 +0300 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-09-20 01:32:45 +0300 |
commit | 838c4f3d7515efe9d0e32c846fb5d102b6d8a29d (patch) | |
tree | cd50fb73997130df5bd87700861aae7663702ed4 /fs/xfs/xfs_ioctl32.c | |
parent | 6fe7b9901400152238e1b76198747f6716c78aad (diff) | |
download | linux-838c4f3d7515efe9d0e32c846fb5d102b6d8a29d.tar.xz |
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>
Diffstat (limited to 'fs/xfs/xfs_ioctl32.c')
0 files changed, 0 insertions, 0 deletions