Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298367
b: refs/heads/master
c: 4613ad1
h: refs/heads/master
i:
  298365: 3c1fb7e
  298363: 984ecf9
  298359: 713046a
  298351: 48addcf
  298335: e62dfe3
  298303: 14f53e5
  298239: 4182f2a
v: v3
  • Loading branch information
Al Viro committed Mar 31, 2012
1 parent 836944e commit 82e8cc8
Show file tree
Hide file tree
Showing 24 changed files with 438 additions and 669 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f7699f2b0114fcd0ea5ad5f8aa2142f1bcc27fd0
refs/heads/master: 4613ad180d19082f99551477dcb13cb23d23661b
8 changes: 1 addition & 7 deletions trunk/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, <agruen@suse.de>
*/

#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 trunk/fs/ext3/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,9 @@
* David S. Miller (davem@caip.rutgers.edu), 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 trunk/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 trunk/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 82e8cc8

Please sign in to comment.