Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mq req type detection #1552

Merged
merged 2 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. configure: make_req_type: Remove invalid negation

    Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
    mmichal10 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c7857f1 View commit details
    Browse the repository at this point in the history
  2. configure: make_req_type: Fix argument list

    The commit c62b37d96b6eb3ec5 in the Linux Kernel not only moved
    `make_request_fn` to `struct block_device_operations` and renamed it to
    `submit_bio` but in also removed the request_queue from the argument list.
    
    8fbbf31 missed the last change
    
    Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
    mmichal10 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e6d8af6 View commit details
    Browse the repository at this point in the history