VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Christoph Hellwig <hch@lst.de> 2021-04-02 19:17:46 +0200 committer: Jens Axboe <axboe@kernel.dk> 2021-04-02 11:18:31 -0600 commit: f06c609645ecd043c79380fac94145926603fb33 parent: b9c6cdc37ee1fe5866d3b1c10efb9d03191a76af
Commit Summary:
block: remove the unused RQF_ALLOCED flag
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/block/blk-mq-debugfs.c b/block/blk-mq-debugfs.c
index 9ebb344e2585..271f6596435b 100644
--- a/block/blk-mq-debugfs.c
+++ b/block/blk-mq-debugfs.c
@@ -302,7 +302,6 @@ static const char *const rqf_name[] = {
 	RQF_NAME(QUIET),
 	RQF_NAME(ELVPRIV),
 	RQF_NAME(IO_STAT),
-	RQF_NAME(ALLOCED),
 	RQF_NAME(PM),
 	RQF_NAME(HASHED),
 	RQF_NAME(STATS),