Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27908
b: refs/heads/master
c: 13ba42d
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 30, 2006
1 parent 5beb19b commit ae719e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f1a28c02843efcfcc41982149880bac3ac180234
refs/heads/master: 13ba42df4a385d7b77d7aac32b93bdcd73e6d6e1
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static int jffs2_scan_eraseblock (struct jffs2_sb_info *c, struct jffs2_eraseblo

if (!buf_size) {
/* XIP case. Just look, point at the summary if it's there */
sm = (void *)buf + jeb->offset - sizeof(*sm);
sm = (void *)buf + c->sector_size - sizeof(*sm);
if (je32_to_cpu(sm->magic) == JFFS2_SUM_MAGIC) {
sumptr = buf + je32_to_cpu(sm->offset);
sumlen = c->sector_size - je32_to_cpu(sm->offset);
Expand Down

0 comments on commit ae719e7

Please sign in to comment.