projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6822d00
)
ceph: remove unused #includes
author
Huang Weiyi
<
[email protected]
>
Thu, 8 Apr 2010 11:48:57 +0000
(19:48 +0800)
committer
Sage Weil
<
[email protected]
>
Mon, 17 May 2010 22:25:21 +0000
(15:25 -0700)
Remove unused #include's in
fs/ceph/super.c
Signed-off-by: Huang Weiyi <
[email protected]
>
Signed-off-by: Sage Weil <
[email protected]
>
fs/ceph/super.c
patch
|
blob
|
history
diff --git
a/fs/ceph/super.c
b/fs/ceph/super.c
index a8124e89dea1a56b4c064ae9edd9b9b54d12bf3d..b3225bf63f580c950900e3dc493f12624492160e 100644
(file)
--- 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"