Skip to content

Replace blk_queue_logical_block_size() with blk_alloc_disk() arg #14

Replace blk_queue_logical_block_size() with blk_alloc_disk() arg

Replace blk_queue_logical_block_size() with blk_alloc_disk() arg #14

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install kernel headers
run: |
sudo apt-get update
sudo apt-get -y install linux-headers-$(uname -r)
- name: Checkout
uses: actions/checkout@v2
- name: Compile
run: make