aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
diff options
context:
space:
mode:
authorHuang Weiyi <weiyi.huang@gmail.com>2010-04-08 07:48:57 -0400
committerSage Weil <sage@newdream.net>2010-05-17 18:25:21 -0400
commit1bb71637d07d58e993ef3f8e2c6b7ca6f4c0e0b8 (patch)
tree9590cf814237dc6a8678a2252851674db31630f7 /fs/ceph
parent6822d00b5462e7a9dfa11dcc60cc25823a2107c5 (diff)
ceph: remove unused #includes
Remove unused #include's in fs/ceph/super.c Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph')
-rw-r--r--fs/ceph/super.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index a8124e89dea1..b3225bf63f58 100644
--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
@@ -8,14 +8,11 @@
8#include <linux/module.h> 8#include <linux/module.h>
9#include <linux/mount.h> 9#include <linux/mount.h>
10#include <linux/parser.h> 10#include <linux/parser.h>
11#include <linux/rwsem.h>
12#include <linux/sched.h> 11#include <linux/sched.h>
13#include <linux/seq_file.h> 12#include <linux/seq_file.h>
14#include <linux/slab.h> 13#include <linux/slab.h>
15#include <linux/statfs.h> 14#include <linux/statfs.h>
16#include <linux/string.h> 15#include <linux/string.h>
17#include <linux/version.h>
18#include <linux/vmalloc.h>
19 16
20#include "decode.h" 17#include "decode.h"
21#include "super.h" 18#include "super.h"