Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27740
b: refs/heads/master
c: cbb9a56
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 3, 2006
1 parent 2838bfb commit 1a348f9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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: 7d532dd50de1c0cd7d15ba06ad7261e13474fef2
refs/heads/master: cbb9a56177b16294ed347ba7fcb1c66c8adb5dc4
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/compr.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/jffs2.h>
#include <linux/jffs2_fs_i.h>
#include <linux/jffs2_fs_sb.h>
#include "jffs2_fs_i.h"
#include "jffs2_fs_sb.h"
#include "nodelist.h"

#define JFFS2_RUBINMIPS_PRIORITY 10
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <linux/fs.h>
#include <linux/crc32.h>
#include <linux/jffs2.h>
#include <linux/jffs2_fs_i.h>
#include <linux/jffs2_fs_sb.h>
#include "jffs2_fs_i.h"
#include "jffs2_fs_sb.h"
#include <linux/time.h>
#include "nodelist.h"

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions trunk/fs/jffs2/nodelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#include <linux/fs.h>
#include <linux/types.h>
#include <linux/jffs2.h>
#include <linux/jffs2_fs_sb.h>
#include <linux/jffs2_fs_i.h>
#include "jffs2_fs_sb.h"
#include "jffs2_fs_i.h"
#include "summary.h"

#ifdef __ECOS
Expand Down

0 comments on commit 1a348f9

Please sign in to comment.