projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8c0d0
)
block: don't include <linux/ioprio.h> in <linux/bio.h>
author
Christoph Hellwig
<hch@lst.de>
Tue, 12 Oct 2021 16:17:58 +0000
(18:17 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:34 +0000
(06:17 -0600)
bio.h doesn't need any of the definitions from ioprio.h.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link:
https://lore.kernel.org/r/20211012161804.991559-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/bio.h
patch
|
blob
|
history
diff --git
a/include/linux/bio.h
b/include/linux/bio.h
index
65a356f
..
ae94794
100644
(file)
--- a/
include/linux/bio.h
+++ b/
include/linux/bio.h
@@
-6,7
+6,6
@@
#define __LINUX_BIO_H
#include <linux/mempool.h>
-#include <linux/ioprio.h>
/* struct bio, bio_vec and BIO_* flags are defined in blk_types.h */
#include <linux/blk_types.h>
#include <linux/uio.h>