mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
In Linux v6.9-rc1, the function blk_mq_init_queue() was renamed blk_mq_alloc_queue() and the arguments passed to the function were updated. Add a test to conftest to detect if the function blk_mq_alloc_queue() is present and update the virtual-storage driver accordingly. Bug 4471899 Change-Id: I7dc937eaad27445b1c140c57aafd36f4a4b769ba Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3095926 Reviewed-by: Paritosh Dixit <paritoshd@nvidia.com>