Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
e1e46bf1
Commit
e1e46bf1
authored
Mar 23, 2010
by
Al Viro
Browse files
Trim includes in fs/super.c
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
d3f21473
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/super.c
View file @
e1e46bf1
...
@@ -22,22 +22,15 @@
...
@@ -22,22 +22,15 @@
#include <linux/module.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/smp_lock.h>
#include <linux/acct.h>
#include <linux/acct.h>
#include <linux/blkdev.h>
#include <linux/blkdev.h>
#include <linux/quotaops.h>
#include <linux/quotaops.h>
#include <linux/namei.h>
#include <linux/mount.h>
#include <linux/mount.h>
#include <linux/security.h>
#include <linux/security.h>
#include <linux/syscalls.h>
#include <linux/writeback.h>
/* for the emergency remount stuff */
#include <linux/writeback.h>
/* for the emergency remount stuff */
#include <linux/idr.h>
#include <linux/idr.h>
#include <linux/kobject.h>
#include <linux/mutex.h>
#include <linux/mutex.h>
#include <linux/file.h>
#include <linux/backing-dev.h>
#include <linux/backing-dev.h>
#include <asm/uaccess.h>
#include "internal.h"
#include "internal.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment