Skip to content

Commit f06c609

Browse files
Christoph Hellwigaxboe
authored andcommitted
block: remove the unused RQF_ALLOCED flag
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent b9c6cdc commit f06c609

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

block/blk-mq-debugfs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ static const char *const rqf_name[] = {
302302
RQF_NAME(QUIET),
303303
RQF_NAME(ELVPRIV),
304304
RQF_NAME(IO_STAT),
305-
RQF_NAME(ALLOCED),
306305
RQF_NAME(PM),
307306
RQF_NAME(HASHED),
308307
RQF_NAME(STATS),

include/linux/blkdev.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ typedef __u32 __bitwise req_flags_t;
8585
#define RQF_ELVPRIV ((__force req_flags_t)(1 << 12))
8686
/* account into disk and partition IO statistics */
8787
#define RQF_IO_STAT ((__force req_flags_t)(1 << 13))
88-
/* request came from our alloc pool */
89-
#define RQF_ALLOCED ((__force req_flags_t)(1 << 14))
9088
/* runtime pm request */
9189
#define RQF_PM ((__force req_flags_t)(1 << 15))
9290
/* on IO scheduler merge hash */

0 commit comments

Comments
 (0)