|
@@ -1,8 +1,10 @@
|
|
#ifndef __FS_CEPH_PAGELIST_H
|
|
#ifndef __FS_CEPH_PAGELIST_H
|
|
#define __FS_CEPH_PAGELIST_H
|
|
#define __FS_CEPH_PAGELIST_H
|
|
|
|
|
|
-#include <linux/list.h>
|
|
|
|
|
|
+#include <asm/byteorder.h>
|
|
#include <linux/atomic.h>
|
|
#include <linux/atomic.h>
|
|
|
|
+#include <linux/list.h>
|
|
|
|
+#include <linux/types.h>
|
|
|
|
|
|
struct ceph_pagelist {
|
|
struct ceph_pagelist {
|
|
struct list_head head;
|
|
struct list_head head;
|