Skip to content

Commit

Permalink
ext3: move headers to fs/ext3/
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Mar 31, 2012
1 parent f7699f2 commit 4613ad1
Show file tree
Hide file tree
Showing 23 changed files with 437 additions and 668 deletions.
8 changes: 1 addition & 7 deletions fs/ext3/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
* Copyright (C) 2001-2003 Andreas Gruenbacher, <[email protected]>
*/

#include <linux/init.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/capability.h>
#include <linux/fs.h>
#include <linux/ext3_jbd.h>
#include <linux/ext3_fs.h>
#include "ext3.h"
#include "xattr.h"
#include "acl.h"

Expand Down
10 changes: 1 addition & 9 deletions fs/ext3/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@
* David S. Miller ([email protected]), 1995
*/

#include <linux/time.h>
#include <linux/capability.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/jbd.h>
#include <linux/ext3_fs.h>
#include <linux/ext3_jbd.h>
#include <linux/quotaops.h>
#include <linux/buffer_head.h>
#include <linux/blkdev.h>
#include <trace/events/ext3.h>
#include "ext3.h"

/*
* balloc.c contains the blocks allocation and deallocation routines
Expand Down
4 changes: 1 addition & 3 deletions fs/ext3/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
* Universite Pierre et Marie Curie (Paris VI)
*/

#include <linux/buffer_head.h>
#include <linux/jbd.h>
#include <linux/ext3_fs.h>
#include "ext3.h"

#ifdef EXT3FS_DEBUG

Expand Down
7 changes: 1 addition & 6 deletions fs/ext3/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@
*
*/

#include <linux/fs.h>
#include <linux/jbd.h>
#include <linux/ext3_fs.h>
#include <linux/buffer_head.h>
#include <linux/slab.h>
#include <linux/rbtree.h>
#include "ext3.h"

static unsigned char ext3_filetype_table[] = {
DT_UNKNOWN, DT_REG, DT_DIR, DT_CHR, DT_BLK, DT_FIFO, DT_SOCK, DT_LNK
Expand Down
Loading

0 comments on commit 4613ad1

Please sign in to comment.