projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe8ecc8
)
ceph: don't include blk_types.h in messenger.h
author
Christoph Hellwig
<hch@lst.de>
Tue, 1 Nov 2016 13:40:15 +0000
(07:40 -0600)
committer
Jens Axboe
<axboe@fb.com>
Tue, 1 Nov 2016 15:43:26 +0000
(09:43 -0600)
The file only needs the struct bvec_iter delcaration, which is available
from bvec.h.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
include/linux/ceph/messenger.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ceph/messenger.h
b/include/linux/ceph/messenger.h
index 8dbd7879fdc6b74719d9cb65b85d8c60f589bde6..67bcef2ecddb823e1a9ffe75ab797e5da4473e68 100644
(file)
--- a/
include/linux/ceph/messenger.h
+++ b/
include/linux/ceph/messenger.h
@@
-1,7
+1,7
@@
#ifndef __FS_CEPH_MESSENGER_H
#define __FS_CEPH_MESSENGER_H
-#include <linux/b
lk_types
.h>
+#include <linux/b
vec
.h>
#include <linux/kref.h>
#include <linux/mutex.h>
#include <linux/net.h>