Skip to content

Commit

Permalink
move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.h
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent a8a4b79 commit f466c6f
Show file tree
Hide file tree
Showing 29 changed files with 2,354 additions and 2,362 deletions.
2 changes: 1 addition & 1 deletion fs/reiserfs/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/* Reiserfs block (de)allocator, bitmap-based. */

#include <linux/time.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/errno.h>
#include <linux/buffer_head.h>
#include <linux/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/stat.h>
#include <linux/buffer_head.h>
#include <linux/slab.h>
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/do_balan.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <asm/uaccess.h>
#include <linux/time.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/buffer_head.h>
#include <linux/kernel.h>

Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

#include <linux/time.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include "acl.h"
#include "xattr.h"
#include <asm/uaccess.h>
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/fix_node.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/time.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/buffer_head.h>

/* To make any changes in the tree we find a node, that contains item
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/hashes.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//

#include <linux/kernel.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <asm/types.h>

#define DELTA 0x9E3779B9
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/ibalance.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <asm/uaccess.h>
#include <linux/string.h>
#include <linux/time.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/buffer_head.h>

/* this is one and only function that is used outside (do_balance.c) */
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <linux/time.h>
#include <linux/fs.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include "acl.h"
#include "xattr.h"
#include <linux/exportfs.h>
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <linux/capability.h>
#include <linux/fs.h>
#include <linux/mount.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/time.h>
#include <asm/uaccess.h>
#include <linux/pagemap.h>
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/item_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

#include <linux/time.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"

// this contains item handlers for old item types: sd, direct,
// indirect, directory
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/time.h>
#include <linux/semaphore.h>
#include <linux/vmalloc.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/fcntl.h>
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/lbalance.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <asm/uaccess.h>
#include <linux/string.h>
#include <linux/time.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/buffer_head.h>

/* these are used in do_balance.c */
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/lock.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/mutex.h>

/*
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <linux/time.h>
#include <linux/bitops.h>
#include <linux/slab.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include "acl.h"
#include "xattr.h"
#include <linux/quotaops.h>
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/objectid.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <linux/string.h>
#include <linux/random.h>
#include <linux/time.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"

// find where objectid map starts
#define objectid_map(s,rs) (old_format_only (s) ? \
Expand Down
4 changes: 2 additions & 2 deletions fs/reiserfs/prints.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <linux/time.h>
#include <linux/fs.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/string.h>
#include <linux/buffer_head.h>

Expand Down Expand Up @@ -329,7 +329,7 @@ void reiserfs_debug(struct super_block *s, int level, const char *fmt, ...)
Numbering scheme for panic used by Vladimir and Anatoly( Hans completely ignores this scheme, and considers it
pointless complexity):
panics in reiserfs_fs.h have numbers from 1000 to 1999
panics in reiserfs.h have numbers from 1000 to 1999
super.c 2000 to 2999
preserve.c (unused) 3000 to 3999
bitmap.c 4000 to 4999
Expand Down
2 changes: 1 addition & 1 deletion fs/reiserfs/procfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <linux/time.h>
#include <linux/seq_file.h>
#include <asm/uaccess.h>
#include <linux/reiserfs_fs.h>
#include "reiserfs.h"
#include <linux/init.h>
#include <linux/proc_fs.h>

Expand Down
Loading

0 comments on commit f466c6f

Please sign in to comment.