aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorvia8 <viaviii.gp@gmail.com>2022-10-13 14:10:33 +0300
committervia8 <viaviii.gp@gmail.com>2022-10-13 14:10:33 +0300
commitf542dfe1d69d6dbae8f9f97447747a619eb3cb17 (patch)
tree820652104dd5059f60d975e326fd170bbd4b9ce1 /readme.md
parent9835770a81638047890b5d425b5e9003499693c0 (diff)
downloadsbdd-f542dfe1d69d6dbae8f9f97447747a619eb3cb17.tar.gz
sbdd-f542dfe1d69d6dbae8f9f97447747a619eb3cb17.tar.bz2
sbdd-f542dfe1d69d6dbae8f9f97447747a619eb3cb17.zip
remove mq
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c3bec58..0b9ca84 100644
--- a/readme.md
+++ b/readme.md
@@ -4,8 +4,6 @@ Implementation of Linux Kernel 5.4.X simple block device.
## Build
- regular:
`$ make`
-- with blk_mq support:
-uncomment `ccflags-y += -DBLK_MQ_MODE` in `Kbuild`
- with requests debug info:
uncomment `CFLAGS_sbdd.o := -DDEBUG` in `Kbuild`