Hi, There really is no point to going through generic_file_read_iter() only to call back into our own bdev dio handler. Move the logic into bdev/fops.c instead and avoid both a function call and an indirect function call. -- Jens Axboe
Hi, There really is no point to going through generic_file_read_iter() only to call back into our own bdev dio handler. Move the logic into bdev/fops.c instead and avoid both a function call and an indirect function call. -- Jens Axboe