Skip to content

Commit

Permalink
ceph: removed duplicated #includes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrea Gelmini authored and Sage Weil committed May 29, 2010
1 parent e95e9a7 commit 984c769
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fs/ceph/auth.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "ceph_debug.h"

#include <linux/module.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/slab.h>

Expand Down
1 change: 0 additions & 1 deletion fs/ceph/super.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 984c769

Please sign in to comment.