aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext3/xattr.c')
-rw-r--r--fs/ext3/xattr.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c
index d565759d82ee..d22ebb7a4f55 100644
--- a/fs/ext3/xattr.c
+++ b/fs/ext3/xattr.c
@@ -50,14 +50,9 @@
50 * by the buffer lock. 50 * by the buffer lock.
51 */ 51 */
52 52
53#include <linux/init.h> 53#include "ext3.h"
54#include <linux/fs.h>
55#include <linux/slab.h>
56#include <linux/ext3_jbd.h>
57#include <linux/ext3_fs.h>
58#include <linux/mbcache.h> 54#include <linux/mbcache.h>
59#include <linux/quotaops.h> 55#include <linux/quotaops.h>
60#include <linux/rwsem.h>
61#include "xattr.h" 56#include "xattr.h"
62#include "acl.h" 57#include "acl.h"
63 58