Browse Source

ceph: don't include blk_types.h in messenger.h

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>
Christoph Hellwig 8 years ago
parent
commit
9f08217120
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/ceph/messenger.h

+ 1 - 1
include/linux/ceph/messenger.h

@@ -1,7 +1,7 @@
 #ifndef __FS_CEPH_MESSENGER_H
 #ifndef __FS_CEPH_MESSENGER_H
 #define __FS_CEPH_MESSENGER_H
 #define __FS_CEPH_MESSENGER_H
 
 
-#include <linux/blk_types.h>
+#include <linux/bvec.h>
 #include <linux/kref.h>
 #include <linux/kref.h>
 #include <linux/mutex.h>
 #include <linux/mutex.h>
 #include <linux/net.h>
 #include <linux/net.h>