diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-29 22:30:07 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-03-31 16:03:16 -0400 |
commit | 4613ad180d19082f99551477dcb13cb23d23661b (patch) | |
tree | c90407d53b5e7270c55831e394bd879825e0c6e9 /fs/ext3/balloc.c | |
parent | f7699f2b0114fcd0ea5ad5f8aa2142f1bcc27fd0 (diff) |
ext3: move headers to fs/ext3/
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext3/balloc.c')
-rw-r--r-- | fs/ext3/balloc.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/fs/ext3/balloc.c b/fs/ext3/balloc.c index 1e036b79384c..baac1b129fba 100644 --- a/fs/ext3/balloc.c +++ b/fs/ext3/balloc.c | |||
@@ -11,17 +11,9 @@ | |||
11 | * David S. Miller (davem@caip.rutgers.edu), 1995 | 11 | * David S. Miller (davem@caip.rutgers.edu), 1995 |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/time.h> | ||
15 | #include <linux/capability.h> | ||
16 | #include <linux/fs.h> | ||
17 | #include <linux/slab.h> | ||
18 | #include <linux/jbd.h> | ||
19 | #include <linux/ext3_fs.h> | ||
20 | #include <linux/ext3_jbd.h> | ||
21 | #include <linux/quotaops.h> | 14 | #include <linux/quotaops.h> |
22 | #include <linux/buffer_head.h> | ||
23 | #include <linux/blkdev.h> | 15 | #include <linux/blkdev.h> |
24 | #include <trace/events/ext3.h> | 16 | #include "ext3.h" |
25 | 17 | ||
26 | /* | 18 | /* |
27 | * balloc.c contains the blocks allocation and deallocation routines | 19 | * balloc.c contains the blocks allocation and deallocation routines |