aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
diff options
context:
space:
mode:
authorHuang Weiyi <weiyi.huang@gmail.com>2010-04-08 19:48:57 +0800
committerSage Weil <sage@newdream.net>2010-05-17 15:25:21 -0700
commit1bb71637d07d58e993ef3f8e2c6b7ca6f4c0e0b8 (patch)
tree9590cf814237dc6a8678a2252851674db31630f7 /fs/ceph/super.c
parent6822d00b5462e7a9dfa11dcc60cc25823a2107c5 (diff)
downloadkernel_samsung_smdk4412-1bb71637d07d58e993ef3f8e2c6b7ca6f4c0e0b8.zip
kernel_samsung_smdk4412-1bb71637d07d58e993ef3f8e2c6b7ca6f4c0e0b8.tar.gz
kernel_samsung_smdk4412-1bb71637d07d58e993ef3f8e2c6b7ca6f4c0e0b8.tar.bz2
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/super.c')
-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 a8124e8..b3225bf 100644
--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
@@ -8,14 +8,11 @@
#include <linux/module.h>
#include <linux/mount.h>
#include <linux/parser.h>
-#include <linux/rwsem.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/statfs.h>
#include <linux/string.h>
-#include <linux/version.h>
-#include <linux/vmalloc.h>
#include "decode.h"
#include "super.h"