Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281460
b: refs/heads/master
c: 302bf2f
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker authored and Jan Kara committed Jan 9, 2012
1 parent e9ffc4e commit 219a4e7
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 23 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: 6c2155b9cc5a193e85194bbeaae2e2e4512dd597
refs/heads/master: 302bf2f3259948c93361d501b04a5ed69c3bd4f8
5 changes: 0 additions & 5 deletions trunk/fs/ext2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <linux/highuid.h>
#include <linux/pagemap.h>
#include <linux/quotaops.h>
#include <linux/module.h>
#include <linux/writeback.h>
#include <linux/buffer_head.h>
#include <linux/mpage.h>
Expand All @@ -36,10 +35,6 @@
#include "acl.h"
#include "xip.h"

MODULE_AUTHOR("Remy Card and others");
MODULE_DESCRIPTION("Second Extended Filesystem");
MODULE_LICENSE("GPL");

static int __ext2_write_inode(struct inode *inode, int do_sync);

/*
Expand Down
3 changes: 3 additions & 0 deletions trunk/fs/ext2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1521,5 +1521,8 @@ static void __exit exit_ext2_fs(void)
exit_ext2_xattr();
}

MODULE_AUTHOR("Remy Card and others");
MODULE_DESCRIPTION("Second Extended Filesystem");
MODULE_LICENSE("GPL");
module_init(init_ext2_fs)
module_exit(exit_ext2_fs)
1 change: 0 additions & 1 deletion trunk/fs/ext2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
*/

#include <linux/buffer_head.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/mbcache.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext2/xattr_security.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Handler for storing security labels as extended attributes.
*/

#include <linux/module.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/fs.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext2/xattr_trusted.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Copyright (C) 2003 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/

#include <linux/module.h>
#include <linux/string.h>
#include <linux/capability.h>
#include <linux/fs.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext2/xattr_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
*/

#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include "ext2.h"
#include "xattr.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext3/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
* Assorted race fixes, rewrite of ext3_get_block() by Al Viro, 2000
*/

#include <linux/module.h>
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/ext3_jbd.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext3/xattr_security.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Handler for storing security labels as extended attributes.
*/

#include <linux/module.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/fs.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext3/xattr_trusted.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Copyright (C) 2003 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/

#include <linux/module.h>
#include <linux/string.h>
#include <linux/capability.h>
#include <linux/fs.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext3/xattr_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Copyright (C) 2001 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/

#include <linux/module.h>
#include <linux/string.h>
#include <linux/fs.h>
#include <linux/ext3_jbd.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/block_validity.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <linux/namei.h>
#include <linux/quotaops.h>
#include <linux/buffer_head.h>
#include <linux/module.h>
#include <linux/swap.h>
#include <linux/pagemap.h>
#include <linux/blkdev.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/extents.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* - smart tree reduction
*/

#include <linux/module.h>
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/jbd2.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/indirect.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* (sct@redhat.com), 1993, 1998
*/

#include <linux/module.h>
#include "ext4_jbd2.h"
#include "truncate.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000
*/

#include <linux/module.h>
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/jbd2.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
*/

#include <linux/module.h>
#include <linux/slab.h>
#include "ext4_jbd2.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/page-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Written by Theodore Ts'o, 2010.
*/

#include <linux/module.h>
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/jbd2.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/xattr_security.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Handler for storing security labels as extended attributes.
*/

#include <linux/module.h>
#include <linux/string.h>
#include <linux/fs.h>
#include <linux/security.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/xattr_trusted.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Copyright (C) 2003 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/

#include <linux/module.h>
#include <linux/string.h>
#include <linux/capability.h>
#include <linux/fs.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/ext4/xattr_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Copyright (C) 2001 by Andreas Gruenbacher, <a.gruenbacher@computer.org>
*/

#include <linux/module.h>
#include <linux/string.h>
#include <linux/fs.h>
#include "ext4_jbd2.h"
Expand Down

0 comments on commit 219a4e7

Please sign in to comment.