Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292351
b: refs/heads/master
c: f466c6f
h: refs/heads/master
i:
  292349: 11d53f3
  292347: 6d3adb2
  292343: 092a39b
  292335: 7f0802c
  292319: d36f935
  292287: a9cc0ae
  292223: 8e37959
  292095: a23760d
  291839: 78f3b13
v: v3
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent 026b896 commit f68dd39
Show file tree
Hide file tree
Showing 30 changed files with 2,355 additions and 2,363 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: a8a4b79b53fc7cbb023afedf58b04dd4e9bbb114
refs/heads/master: f466c6fdb3b1f043ff1977a8d2a1d0cd4dc164fa
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 f68dd39

Please sign in to comment.