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

Commit 84a1d2d1 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: fixup includes in pagelist.h



pagelist.h needs to include linux/types.h and asm/byteorder.h and not
rely on other headers pulling yet another set of headers.

Signed-off-by: default avatarIlya Dryomov <idryomov@redhat.com>
parent 65a22662
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
#ifndef __FS_CEPH_PAGELIST_H
#define __FS_CEPH_PAGELIST_H

#include <linux/list.h>
#include <asm/byteorder.h>
#include <linux/atomic.h>
#include <linux/list.h>
#include <linux/types.h>

struct ceph_pagelist {
	struct list_head head;