ceph: removed duplicated #includes
authorAndrea Gelmini <[email protected]>
Sun, 23 May 2010 19:47:58 +0000 (21:47 +0200)
committerSage Weil <[email protected]>
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 <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Signed-off-by: Sage Weil <[email protected]>
fs/ceph/auth.c
fs/ceph/super.h

index 01c4a1cd53c0c4489677b0263de278c9fa94b7c8..a28ebdf465d7b9f946423cab36fc0d7091e07dc8 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 3725c9ee9d08427181410189de6f866e6e05a118..d84a2527046c0bda0cd972739a7ce0875a78a30c 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>