mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
68d1ae26d6fff47ebae64f1e11c18be6e2da1bab
The function blk_mq_alloc_request() has been exported in the Linux kernel since v3.16 and the function blk_mq_free_request() has been exported in the Linux kernel since v3.19. The function Since Linux v5.0, blk_get_request() has always called blk_mq_alloc_request() and blk_put_request() has always called blk_mq_free_request(). Given that kernels newer than v5.0 are now supported drop the version check around blk_mq_alloc_request() and blk_mq_free_request() and always use these functions. Bug 4119327 Change-Id: I018687b340acaa9617c81551efb436a0439b14f1 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2991457 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided