diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-03-23 13:56:07 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-05-21 18:31:17 -0400 |
commit | e1e46bf1866317d4f86f66bf18d3f07317d9f9ee (patch) | |
tree | cbaf0c3d64beff26bb9e37f1640811492fb3c617 /fs/super.c | |
parent | d3f2147307cce9eac56dd91d381709aa3f1615b3 (diff) |
Trim includes in fs/super.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/super.c b/fs/super.c index 61fa181faa43..c248ac6a1a21 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -22,22 +22,15 @@ | |||
22 | 22 | ||
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
25 | #include <linux/init.h> | ||
26 | #include <linux/smp_lock.h> | ||
27 | #include <linux/acct.h> | 25 | #include <linux/acct.h> |
28 | #include <linux/blkdev.h> | 26 | #include <linux/blkdev.h> |
29 | #include <linux/quotaops.h> | 27 | #include <linux/quotaops.h> |
30 | #include <linux/namei.h> | ||
31 | #include <linux/mount.h> | 28 | #include <linux/mount.h> |
32 | #include <linux/security.h> | 29 | #include <linux/security.h> |
33 | #include <linux/syscalls.h> | ||
34 | #include <linux/writeback.h> /* for the emergency remount stuff */ | 30 | #include <linux/writeback.h> /* for the emergency remount stuff */ |
35 | #include <linux/idr.h> | 31 | #include <linux/idr.h> |
36 | #include <linux/kobject.h> | ||
37 | #include <linux/mutex.h> | 32 | #include <linux/mutex.h> |
38 | #include <linux/file.h> | ||
39 | #include <linux/backing-dev.h> | 33 | #include <linux/backing-dev.h> |
40 | #include <asm/uaccess.h> | ||
41 | #include "internal.h" | 34 | #include "internal.h" |
42 | 35 | ||
43 | 36 | ||