summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
diff options
context:
space:
mode:
authorSage Weil2010-04-21 00:20:33 +0200
committerSage Weil2010-05-03 19:49:24 +0200
commitd45d0d970f495e04a4e4f46acd74e90f4a4564f9 (patch)
treef5be41231ee8b925c01b3d291f8919b8e451101d /fs/ceph/super.h
parentceph: fix leaked spinlock during mds reconnect (diff)
downloadkernel-qcow2-linux-d45d0d970f495e04a4e4f46acd74e90f4a4564f9.tar.gz
kernel-qcow2-linux-d45d0d970f495e04a4e4f46acd74e90f4a4564f9.tar.xz
kernel-qcow2-linux-d45d0d970f495e04a4e4f46acd74e90f4a4564f9.zip
ceph: add missing #includes
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/super.h')
-rw-r--r--fs/ceph/super.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/super.h b/fs/ceph/super.h
index e30dfbb056c3..13513b80d87f 100644
--- a/fs/ceph/super.h
+++ b/fs/ceph/super.h
@@ -10,6 +10,7 @@
#include <linux/fs.h>
#include <linux/mempool.h>
#include <linux/pagemap.h>
+#include <linux/slab.h>
#include <linux/wait.h>
#include <linux/writeback.h>
#include <linux/slab.h>