Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f082171 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent fe8ecc86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#ifndef __FS_CEPH_MESSENGER_H
#define __FS_CEPH_MESSENGER_H

#include <linux/blk_types.h>
#include <linux/bvec.h>
#include <linux/kref.h>
#include <linux/mutex.h>
#include <linux/net.h>