ceph: removed duplicated #includes
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sun, 23 May 2010 19:47:58 +0000 (21:47 +0200)
committerSage Weil <sage@newdream.net>
Sat, 29 May 2010 16:12:37 +0000 (09:12 -0700)
fs/ceph/auth.c: linux/slab.h is included more than once.
fs/ceph/super.h: linux/slab.h is included more than once.

Acked-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/auth.c
fs/ceph/super.h

index 01c4a1c..a28ebdf 100644 (file)
@@ -1,7 +1,6 @@
 #include "ceph_debug.h"
 
 #include <linux/module.h>
-#include <linux/slab.h>
 #include <linux/err.h>
 #include <linux/slab.h>
 
index 3725c9e..d84a252 100644 (file)
@@ -10,7 +10,6 @@
 #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>